Skip to content

Commit 4c40ab2

Browse files
committed
Added support for PHP-8
1 parent 2c43cf7 commit 4c40ab2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
CODE_COVERAGE: true
2424
- PHP_VERSION: 7.4
2525
CODE_COVERAGE: true
26+
- PHP_VERSION: 8.0-rc
27+
CODE_COVERAGE: true
2628

2729
steps:
2830
- uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": ["enum", "phpstan"],
66
"license": "BSD-3-Clause",
77
"require": {
8-
"php": "^7.1",
8+
"php": "^7.1 | ^8.0",
99
"marc-mabe/php-enum": "^1.1 || ^2.0 || ^3.0 || ^4.0",
1010
"phpstan/phpstan": "^0.12"
1111
},

0 commit comments

Comments
 (0)