Skip to content

Commit 44717ba

Browse files
committed
Test Changes
1 parent d9b3bf3 commit 44717ba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
testbench: 8.*
2222
- laravel: 11.*
2323
testbench: 9.*
24+
exclude:
25+
# Laravel 11 requires PHP 8.2 minimum
26+
- laravel: 11.*
27+
php: 8.1
2428

2529
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2630

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^8.1|^8.2",
22+
"php": "^8.1",
2323
"guzzlehttp/guzzle": "^7.0",
2424
"illuminate/contracts": "^10.0|^11.0",
2525
"illuminate/support": "^10.0|^11.0"

0 commit comments

Comments
 (0)