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 cb21366 commit b9cb785
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 @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
php-version: [8.3, 8.2]
php-version: [8.4, 8.3]
env:
IGNORE_COMPARISON_RESULT_ON_CI: 'true'

Expand Down

0 comments on commit b9cb785

Please sign in to comment.