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 995fcb8 commit 38fbb28Copy full SHA for 38fbb28
.github/workflows/tests.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: true
9
matrix:
10
- php: [7.4]
+ php: [7.4, 8.0]
11
stability: [prefer-lowest, prefer-stable]
12
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
13
steps:
composer.json
@@ -20,7 +20,7 @@
20
}
21
},
22
"require": {
23
- "php": "^7.4",
+ "php": "^7.4|^8.0",
24
"laravel/framework": "^7.0|^8.0"
25
26
"require-dev": {
0 commit comments