Skip to content

Commit

Permalink
test: include PHP 8.4 as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Aug 18, 2024
1 parent 39086d6 commit 83c40da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1', '8.2', '8.3']
php: ['8.1', '8.2', '8.3', '8.4']
os: [ubuntu-latest, windows-latest, macos-latest]
coverage: [false]
experimental: [false]
Expand All @@ -54,7 +54,7 @@ jobs:
profiling: true
experimental: false
# experimental
- php: '8.3'
- php: '8.4'
os: 'ubuntu-latest'
coverage: false
profiling: false
Expand Down

0 comments on commit 83c40da

Please sign in to comment.