Skip to content

Commit ac5e071

Browse files
authored
Merge pull request #59 from coderflexx/revert-58-v11-ci
Revert "Run Tests CI Updates"
2 parents 8ffd194 + 54c7dbe commit ac5e071

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/run-tests.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,17 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.1, 8.2, 8.3]
17-
laravel: [9.*, 10.*, 11.*]
16+
php: [8.1, 8.2]
17+
laravel: [9.*, 10.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
2020
- laravel: 9.*
2121
testbench: 7.*
2222
- laravel: 10.*
2323
testbench: 8.*
24-
- laravel: 11.*
25-
testbench: 9.*
2624
exclude:
2725
- laravel: 9.*
2826
php: 8.2
29-
- laravel: 11.*
30-
php: 8.1
3127

3228
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3329

0 commit comments

Comments
 (0)