Skip to content

Commit

Permalink
add PHP 8.3 into build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Jul 7, 2024
1 parent 8401b7b commit 1b3ee00
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 @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
php-version: [8.1, 8.2]
php-version: [8.1, 8.2, 8.3]
env:
IGNORE_COMPARISON_RESULT_ON_CI: 'true'

Expand Down

0 comments on commit 1b3ee00

Please sign in to comment.