Skip to content

Commit a7651f1

Browse files
Update test.yml
1 parent e94f251 commit a7651f1

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/test.yml

+2-11
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,8 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
php-version: ['8.0', '8.1', '8.2']
13-
laravel-version: [10.0, '11.0', '12.0', ^8, ^9]
14-
exclude:
15-
- laravel-version: '11.0'
16-
php-version: '8.0'
17-
- laravel-version: '11.0'
18-
php-version: '8.1'
19-
- laravel-version: '12.0'
20-
php-version: '8.0'
21-
- laravel-version: '12.0'
22-
php-version: '8.1'
12+
php-version: ['8.2', '8.3', '8.4']
13+
laravel-version: ['11.0', '12.0']
2314

2415
steps:
2516
- name: Setup PHP

0 commit comments

Comments
 (0)