Skip to content

Commit

Permalink
Test with PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nikazooz committed Dec 26, 2024
1 parent f28bad4 commit 3798237
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2]
php: [8.4, 8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2]
laravel: [11, 10, 9, 8, 7, 6]
include:
- laravel: 11
Expand Down Expand Up @@ -55,12 +55,16 @@ jobs:
php: 7.2
- laravel: 8
php: 7.2
- laravel: 7
php: 8.4
- laravel: 7
php: 8.3
- laravel: 7
php: 8.2
- laravel: 7
php: 8.1
- laravel: 6
php: 8.4
- laravel: 6
php: 8.3
- laravel: 6
Expand Down

0 comments on commit 3798237

Please sign in to comment.