Skip to content

Commit

Permalink
add base for php8.4.0alpha1
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Gautier <mail@romain.sh>
  • Loading branch information
mykiwi committed Jul 7, 2024
1 parent 3f16ddc commit 3cdc78e
Show file tree
Hide file tree
Showing 2 changed files with 546 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
script: |
const matrix = {
cpu: ['x86', 'arm'],
php_version: ['80', '81', '82', '83'],
php_version: ['80', '81', '82', '83', '84'],
}
// If this is a third-party pull request, skip ARM builds
Expand Down
Loading

0 comments on commit 3cdc78e

Please sign in to comment.