Skip to content

Commit

Permalink
add PHP 8.4 to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Dec 6, 2024
1 parent 31487d1 commit abcfc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-mapscript-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
sudo apt-get -qq remove "swig*"
sudo add-apt-repository ppa:ondrej/php -y
sudo apt-get -qq update
sudo apt-get -qq install php${{ matrix.php-version }}-cli php${{ matrix.php-version }}-dev php${{ matrix.php-version }}-json php${{ matrix.php-version }}-mbstring php${{ matrix.php-version }}-xml php${{ matrix.php-version }}-pcov php${{ matrix.php-version }}-xdebug
sudo apt-get -qq install php${{ matrix.php-version }}-cli php${{ matrix.php-version }}-dev php${{ matrix.php-version }}-mbstring php${{ matrix.php-version }}-xml php${{ matrix.php-version }}-pcov php${{ matrix.php-version }}-xdebug
- name: Install dependencies
run: ./ci/ubuntu/setup.sh
Expand Down

0 comments on commit abcfc0d

Please sign in to comment.