Skip to content

Commit c013a93

Browse files
authored
revert: re-introduce php 8.1 support for L 9+10 (#23)
1 parent dce0529 commit c013a93

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [ 8.2 ]
11+
php: [ 8.1, 8.2 ]
1212
laravel: [ 9.*, 10.*, 11.* ]
13+
exclude:
14+
- laravel: 11.*
15+
php: 8.1
1316
include:
1417
- laravel: 9.*
1518
testbench: 7.*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^8.2",
14+
"php": "^8.1",
1515
"illuminate/filesystem": "^9.0|^10.0|^11.0",
1616
"illuminate/mail": "^9.0|^10.0|^11.0",
1717
"illuminate/support": "^9.0|^10.0|^11.0",

0 commit comments

Comments
 (0)