Skip to content

Commit

Permalink
Php8.4 (#4249)
Browse files Browse the repository at this point in the history
* Update run-tests.yml

* Update run-tests.yml
  • Loading branch information
patrickbrouwers authored Nov 23, 2024
1 parent 08fa5a0 commit 2caa541
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

strategy:
matrix:
php: [7.4, 8.0, 8.1, 8.2, 8.3]
php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
laravel: [11, 10, 9, 8, 7, 6, 5.8]
dependency-version: [prefer-stable]
os: [ubuntu-latest]
Expand Down Expand Up @@ -60,8 +60,14 @@ jobs:
php: 8.0
- laravel: 10
php: 7.4
- laravel: 10
php: 8.4
- laravel: 9
php: 7.4
- laravel: 9
php: 8.4
- laravel: 8
php: 8.4
- laravel: 7
php: 8.0
- laravel: 7
Expand All @@ -70,6 +76,8 @@ jobs:
php: 8.2
- laravel: 7
php: 8.3
- laravel: 7
php: 8.4
- laravel: 6
php: 8.0
- laravel: 6
Expand All @@ -78,14 +86,18 @@ jobs:
php: 8.2
- laravel: 6
php: 8.3
- laravel: 6
php: 8.4
- laravel: 5.8
php: 8.0
- laravel: 5.8
php: 8.1
- laravel: 5.8
php: 8.2
- laravel: 5.8
php: 8.3
php: 8.3
- laravel: 5.8
php: 8.4

name: PHP${{ matrix.php }} - L${{ matrix.laravel }}

Expand Down

0 comments on commit 2caa541

Please sign in to comment.