Skip to content

Commit aeaa946

Browse files
authored
Update run-tests.yml
1 parent 9b0d5dd commit aeaa946

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: ['8.1', '8.2','8.3']
11+
php: ['8.2','8.3']
1212
os: [ubuntu-latest]
1313
stability: [prefer-stable]
14-
laravel: [9.*, 10.*, 11.*]
14+
laravel: [10.*, 11.*]
1515
include:
16-
- laravel: 9.*
17-
testbench: 7.*
1816
- laravel: 10.*
1917
testbench: 7.*
2018
- laravel: 11.*

0 commit comments

Comments
 (0)