We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40e0b0a + 74d5720 commit ae2b438Copy full SHA for ae2b438
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: true
15
matrix:
16
- php: [8.0]
+ php: [8.0, 8.0]
17
stability: [prefer-lowest, prefer-stable]
18
19
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
composer.json
@@ -23,11 +23,11 @@
23
"ext-json": "*",
24
"doctrine/dbal": "^2.6|^3.0",
25
"goldspecdigital/oooas": "^2.7.1",
26
- "laravel/framework": "5.8.*|^6.0|^7.0|^8.0",
+ "laravel/framework": "5.8.*|^6.0|^7.0|^8.0|^9.0",
27
"phpdocumentor/reflection-docblock": "^5.0"
28
},
29
"require-dev": {
30
- "orchestra/testbench": "^5.3|^6.0",
+ "orchestra/testbench": "^5.3|^6.0|^7.0",
31
"phpunit/phpunit": "^9.4"
32
33
"autoload": {
0 commit comments