Skip to content

Commit e14f0c1

Browse files
committed
Require minimum PHP 8.3
1 parent 4efc4b0 commit e14f0c1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/run-tests.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,9 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest]
11-
php: [8.1, 8.2, 8.3, 8.4]
11+
php: [8.3, 8.4]
1212
laravel: [10.*, 11.*, 12.*]
1313
dependency-version: [prefer-lowest, prefer-stable]
14-
exclude:
15-
- laravel: 11.*
16-
php: 8.1
17-
- laravel: 12.*
18-
php: 8.1
1914
include:
2015
- laravel: 10.*
2116
testbench: ^8.0

0 commit comments

Comments
 (0)