Skip to content

Commit f2baa3f

Browse files
committed
revert
1 parent 794dec5 commit f2baa3f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/run-tests.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ jobs:
2222
- laravel: ^6.0
2323
testbench: ^4.0
2424
exclude:
25-
- php: 8.1
26-
laravel:
27-
- ^7.0
28-
- ^6.0
29-
- php: 8.0
30-
laravel: ^10.0
31-
- php: 7.4
32-
laravel:
33-
- ^10.0
34-
- ^9.0
25+
- laravel: ^10.0
26+
php: 7.4
27+
- laravel: ^10.0
28+
php: 8.0
29+
- laravel: ^9.0
30+
php: 7.4
31+
- laravel: ^7.0
32+
php: 8.1
33+
- laravel: ^6.0
34+
php: 8.1
3535
name: Tests P${{ matrix.php }} - L${{ matrix.laravel }} - T${{ matrix.testbench }}
3636
steps:
3737
- name: Checkout code

0 commit comments

Comments
 (0)