Skip to content

Commit

Permalink
Add PHP 8.4 nightly to tests
Browse files Browse the repository at this point in the history
So we can find problems with time.
  • Loading branch information
joanhey authored Aug 8, 2024
1 parent 9e4ecd9 commit 3fe3939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
php: ["8.1", "8.2", "8.3"]
php: ["8.1", "8.2", "8.3", "8.4"]
stability: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down

0 comments on commit 3fe3939

Please sign in to comment.