Skip to content

Commit 066e994

Browse files
committed
update yml test file
1 parent c30a354 commit 066e994

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,16 @@ jobs:
1919
fail-fast: true
2020
matrix:
2121
os: [ubuntu-latest, windows-latest]
22-
php: [8.1, 8.2, 8.3]
23-
laravel: [10.*, 11.*]
22+
php: [8.2, 8.3]
23+
laravel: [11.*, 12.*]
2424
stability: [prefer-stable]
2525
include:
26-
- laravel: 10.*
27-
testbench: 8.*
28-
carbon: ^2.63
2926
- laravel: 11.*
3027
testbench: 9.*
3128
carbon: '*'
32-
exclude:
33-
- laravel: 11.*
34-
php: 8.1
29+
- laravel: 12.*
30+
testbench: 10.*
31+
carbon: '*'
3532

3633
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3734

0 commit comments

Comments
 (0)