Skip to content

Commit 2f82d4b

Browse files
committed
Laravel 10 support
1 parent 4de38c2 commit 2f82d4b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php: [ "8.1", "8.0" ]
17-
laravel: [ "^9.0" ]
16+
php: [ "8.1", "8.0", "8.2" ]
17+
laravel: [ "^9.0", '^10.0' ]
1818
dependency-version: [ prefer-lowest, prefer-stable ]
1919

2020
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
],
2424
"require": {
2525
"php": "^8.0",
26-
"illuminate/support": "^9",
27-
"illuminate/database": "^9",
26+
"illuminate/support": "^9|^10",
27+
"illuminate/database": "^9|^10",
2828
"mailjet/mailjet-apiv3-php": "^1.5"
2929
},
3030
"require-dev": {
3131
"ciareis/bypass": "^1.0",
3232
"friendsofphp/php-cs-fixer": "^3.8",
33-
"orchestra/testbench": "7.*",
33+
"orchestra/testbench": "7.*|8.*",
3434
"pestphp/pest": "^1.21",
3535
"phpunit/phpunit": "^9.1"
3636
},

0 commit comments

Comments
 (0)