Skip to content

Commit 12f059c

Browse files
committed
Reduce tests
1 parent 37d6ed2 commit 12f059c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@ jobs:
1818
os: [ ubuntu-latest ]
1919
php: [ 8.1, 8.2 ]
2020
laravel: [ "^9.0", "^10.0" ]
21-
enum: [ "^5.0", "^6.0" ]
2221
stability: [ prefer-lowest, prefer-stable ]
2322
include:
2423
- laravel: "^9.0"
2524
testbench: "^7.0"
25+
enum: "^5.0"
26+
- laravel: "^9.0"
27+
testbench: "^7.0"
28+
enum: "^6.0"
2629
- laravel: "^10.0"
2730
testbench: "^8.0"
31+
enum: "^6.0"
2832

2933
name: P${{ matrix.php }} - L${{ matrix.laravel }} - E${{ matrix.enum }} - ${{ matrix.stability }} - ${{ matrix.os }}
3034

0 commit comments

Comments
 (0)