Skip to content

Commit b013fd2

Browse files
committed
ci: Laravel 11 PHP Matrix shouldn't PHP 8.1, as that is not supported anymore.
1 parent ce0634a commit b013fd2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/testing.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,16 @@ jobs:
6060
fail-fast: true
6161

6262
matrix:
63-
laravel: [ '11', '10', '9' ]
64-
php: [ '8.3', '8.2', '8.1' ]
63+
laravel: [
64+
'11',
65+
'10',
66+
'9'
67+
]
68+
php: [
69+
['8.4', '8.3', '8.2'],
70+
['8.3', '8.2', '8.1'],
71+
['8.3', '8.2', '8.1']
72+
]
6573
os: [ ubuntu-latest ]
6674

6775
steps:

0 commit comments

Comments
 (0)