Skip to content

Commit 09be6ea

Browse files
authored
PHP 8.0 (#19)
1 parent 90c8843 commit 09be6ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: "!contains(github.event.head_commit.message, '[ci skip]')"
99
strategy:
1010
matrix:
11-
php: ['7.2', '7.3', '7.4']
11+
php: ['7.2', '7.3', '7.4', '8.0']
1212
name: PHP ${{ matrix.php }}
1313
steps:
1414
- uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"license": "LGPL-3.0",
66
"require": {
7-
"php": "^7.2"
7+
"php": "^7.2 || ^8.0"
88
},
99
"require-dev": {
1010
"phpstan/phpstan": "0.12.59",

0 commit comments

Comments
 (0)