Skip to content

Commit

Permalink
chore: include php 8.4 in matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvroroy committed Nov 14, 2024
1 parent 7088bd6 commit 0943b5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
php: [7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
elastic: [7.11.0]
stability: [prefer-lowest, prefer-stable]
exclude:
Expand All @@ -19,6 +19,8 @@ jobs:
stability: prefer-lowest
- php: 8.3
stability: prefer-lowest
- php: 8.4
stability: prefer-lowest
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

steps:
Expand Down

0 comments on commit 0943b5e

Please sign in to comment.