Skip to content

Commit 0696525

Browse files
committed
PHP 8 is not supported
1 parent b5c87e1 commit 0696525

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [7.0, 7.1, 7.2, 7.3, 7.4, 8.0]
11+
php: [7.0, 7.1, 7.2, 7.3, 7.4]
1212

1313
steps:
1414
- name: Checkout code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"require": {
16-
"php": ">=7.0.0",
16+
"php": "^7.0",
1717
"goaop/framework": "^2.2.0",
1818
"phpunit/phpunit": "> 6.0.0",
1919
"symfony/finder": ">=2.4 <6.0"

0 commit comments

Comments
 (0)