Skip to content

Commit 79c326f

Browse files
authored
Run tests on PHP 8.4 (#132)
1 parent 145a86c commit 79c326f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php: [8.3, 8.2]
18+
php: [8.4, 8.3, 8.2]
1919
laravel: [11.x]
2020
stability: [prefer-lowest, prefer-stable]
2121

@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
fail-fast: false
6060
matrix:
61-
php: [8.3, 8.2]
61+
php: [8.4, 8.3, 8.2]
6262
laravel: [11.x]
6363
stability: [prefer-lowest, prefer-stable]
6464

@@ -115,9 +115,9 @@ jobs:
115115
strategy:
116116
fail-fast: false
117117
matrix:
118-
php: [ 8.3, 8.2 ]
119-
laravel: [ 11.x ]
120-
stability: [ prefer-lowest, prefer-stable ]
118+
php: [8.4, 8.3, 8.2]
119+
laravel: [11.x]
120+
stability: [prefer-lowest, prefer-stable]
121121

122122
name: Tests - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - PostgreSQL 13
123123

0 commit comments

Comments
 (0)