Skip to content

Commit

Permalink
Add PHP 8.3 to Github testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Oct 31, 2023
1 parent b5e31e5 commit 03130ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.1', '8.2' ]
php: [ '8.1', '8.2', '8.3' ]
imagemagick: [ '6.9.12-55', '7.1.0-40' ]
imagick: [ '3.7.0' ]
stability: [ prefer-stable ]
Expand Down

0 comments on commit 03130ef

Please sign in to comment.