Skip to content

Commit ae2b438

Browse files
authored
Merge pull request vyuldashev#60 from laravel-shift/l9-compatibility
Laravel 9.x Compatibility
2 parents 40e0b0a + 74d5720 commit ae2b438

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [8.0]
16+
php: [8.0, 8.0]
1717
stability: [prefer-lowest, prefer-stable]
1818

1919
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"ext-json": "*",
2424
"doctrine/dbal": "^2.6|^3.0",
2525
"goldspecdigital/oooas": "^2.7.1",
26-
"laravel/framework": "5.8.*|^6.0|^7.0|^8.0",
26+
"laravel/framework": "5.8.*|^6.0|^7.0|^8.0|^9.0",
2727
"phpdocumentor/reflection-docblock": "^5.0"
2828
},
2929
"require-dev": {
30-
"orchestra/testbench": "^5.3|^6.0",
30+
"orchestra/testbench": "^5.3|^6.0|^7.0",
3131
"phpunit/phpunit": "^9.4"
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)