Skip to content

Commit c22a570

Browse files
authored
Update PHP and Laravel versions in workflows and composer.json (#13)
* Update PHP and Laravel versions in workflows and composer.json * Update laravel version to ^11.0 in run-tests.yml
1 parent 9171014 commit c22a570

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ubuntu-latest]
20-
php: [8.3, 8.2]
21-
laravel: [11.*]
20+
php: [8.4, 8.3, 8.2]
21+
laravel: [^11.0]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:
24-
- laravel: 11.*
24+
- laravel: ^11.0
2525
testbench: 9.*
2626

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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": "^8.2",
21-
"illuminate/contracts": "^11.0",
21+
"illuminate/contracts": "^11.0|^12.0",
2222
"lorisleiva/laravel-actions": "^2.8",
2323
"spatie/laravel-collection-macros": "^7.0",
2424
"spatie/laravel-package-tools": "^1.16",
@@ -27,7 +27,7 @@
2727
"require-dev": {
2828
"laravel/pint": "^1.14",
2929
"nunomaduro/collision": "^8.1",
30-
"orchestra/testbench": "^9.0"
30+
"orchestra/testbench": "^9.0|^10.0"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)