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.
1 parent db1047f commit a1cd300Copy full SHA for a1cd300
.github/workflows/run-tests.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: true
14
matrix:
15
- php: [7.4, 7.3]
+ php: [8.0, 7.4, 7.3]
16
dependency-version: [prefer-stable, prefer-lowest]
17
18
name: P${{ matrix.php }} - ${{ matrix.dependency-version }}
composer.json
@@ -11,7 +11,7 @@
11
}
],
"require": {
- "php": "^7.3.0",
+ "php": "^7.3|^8.0",
"illuminate/support": "^8.0",
"illuminate/console": "^8.0",
"illuminate/database": "^8.0",
0 commit comments