Skip to content

Commit 9f9f610

Browse files
committed
Allow PHP 8.0+ and test for it
1 parent 8280b59 commit 9f9f610

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
tests:
1111
strategy:
1212
matrix:
13-
php-versions: ['7.3', '7.4']
13+
php-versions: ['7.3', '7.4', '8.0', '8.1']
1414

1515
runs-on: ubuntu-latest
1616

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.3",
12+
"php": "^7.3|^8.0",
1313
"symfony/console" : "^2.1|^3.0|^4.0|^5.0",
1414
"phpunit/php-timer": "^4.0|^5.0"
1515
},

0 commit comments

Comments
 (0)