Skip to content

Commit 08a3972

Browse files
committed
更新 testing.yaml,移除对 PHP 8.1 和 Laravel 10 的支持
1 parent 574d359 commit 08a3972

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/testing.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,8 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest]
22-
php: ['8.4', '8.3', '8.2', '8.1']
23-
laravel: [10, 11, '12']
24-
exclude:
25-
- php: 8.1
26-
laravel: 11
27-
- laravel: '12'
28-
php: '8.1'
22+
php: ['8.4', '8.3', '8.2']
23+
laravel: ['12', '11']
2924
max-parallel: 36
3025

3126
steps:

0 commit comments

Comments
 (0)