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 2c43cf7 commit 4c40ab2Copy full SHA for 4c40ab2
.github/workflows/test.yml
@@ -23,6 +23,8 @@ jobs:
23
CODE_COVERAGE: true
24
- PHP_VERSION: 7.4
25
26
+ - PHP_VERSION: 8.0-rc
27
+ CODE_COVERAGE: true
28
29
steps:
30
- uses: actions/checkout@v2
composer.json
@@ -5,7 +5,7 @@
5
"keywords": ["enum", "phpstan"],
6
"license": "BSD-3-Clause",
7
"require": {
8
- "php": "^7.1",
+ "php": "^7.1 | ^8.0",
9
"marc-mabe/php-enum": "^1.1 || ^2.0 || ^3.0 || ^4.0",
10
"phpstan/phpstan": "^0.12"
11
},
0 commit comments