Skip to content

Commit

Permalink
Add PHP 8.2 and 8.3 CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jun 16, 2024
1 parent bd594b9 commit 1ba627d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04]
php: ["5.4", "8.1", "8.0", "7.4", "7.3", "7.2", "7.1", "7.0", "5.6", "5.5"]
php: ["5.4", "8.3", "8.2", "8.1", "8.0", "7.4", "7.3", "7.2", "7.1", "7.0", "5.6", "5.5"]
imagemagick: [
"7.1.0-13",
"7.0.10-27",
Expand Down

0 comments on commit 1ba627d

Please sign in to comment.