Skip to content

Commit bdc9dc3

Browse files
committed
Update PHP and Laravel support in CI workflow and composer.json
1 parent d82051d commit bdc9dc3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
exclude:
2828
- php: '8.0'
2929
laravel: 10
30-
- php: '8.0'
3130

3231
name: P${{ matrix.php }} - L${{ matrix.laravel }}
3332

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^8.0|^8.1|^8.2|^8.3",
20-
"illuminate/support": "^8.0|^9.0|^10.0"
20+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
2121
},
2222
"require-dev": {
2323
"doctrine/dbal": "^3.3",

0 commit comments

Comments
 (0)