Skip to content

Commit 4e6de90

Browse files
Merge pull request #22 from emielmolenaar/laravel-12
Update test matrix and dependencies for Laravel 12 support
2 parents f81703a + 609c8a0 commit 4e6de90

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ jobs:
1111
fail-fast: true
1212
matrix:
1313
os: [ubuntu-latest]
14-
php: [ 8.3, 8.2 ]
15-
laravel: [ '10.*', '11.*' ]
14+
php: [ 8.4 8.3, 8.2 ]
15+
laravel: [ '10.*', '11.*', '12.*' ]
1616
stability: [prefer-lowest, prefer-stable]
1717
include:
18+
- laravel: 12.*
19+
testbench: 10.*
1820
- laravel: 11.*
1921
testbench: 9.*
2022
- laravel: 10.*

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"php": "^8.2",
1616
"ext-simplexml": "*",
1717
"guzzlehttp/guzzle": "^7.1",
18-
"illuminate/notifications": "^10.0||^11.0",
19-
"illuminate/support": "^10.0|^11.0"
18+
"illuminate/notifications": "^10.0 || ^11.0 || ^12.0",
19+
"illuminate/support": "^10.0 || ^11.0 || ^12.0"
2020
},
2121
"require-dev": {
2222
"friendsofphp/php-cs-fixer": "^3.6",
2323
"mockery/mockery": "^1.5",
24-
"orchestra/testbench": "^8.0|^9.0",
25-
"phpunit/phpunit": "^10.5|^11.0"
24+
"orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
25+
"phpunit/phpunit": "^10.5 || ^11.0"
2626
},
2727
"config": {
2828
"sort-packages": true

0 commit comments

Comments
 (0)