Skip to content

Commit

Permalink
feat(php): add 8.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ZNeumann committed Nov 25, 2024
1 parent f06d684 commit ff1855f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
libc: [gnu, musl]
arch: [linux/amd64, linux/arm64]
exclude:
Expand Down

0 comments on commit ff1855f

Please sign in to comment.