Skip to content

Commit

Permalink
remove ppa from workflow because latest ubuntu (24.04) not supported …
Browse files Browse the repository at this point in the history
…(yet?)

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
  • Loading branch information
v1r0x committed Dec 12, 2024
1 parent 6318ae8 commit 46dcef3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
with:
php-version: ${{matrix.php-versions}}
coverage: xdebug
- name: Install required packages
run: |
sudo add-apt-repository ppa:ubuntugis/ppa
sudo apt update
sudo apt -y install gdal-bin
# - name: Install required packages
# run: |
# sudo add-apt-repository ppa:ubuntugis/ppa
# sudo apt update
# sudo apt -y install gdal-bin
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.phpunit', '.env');"
- name: Update Composer
Expand Down

0 comments on commit 46dcef3

Please sign in to comment.