We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc173c5 commit d931b61Copy full SHA for d931b61
.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
65
strategy:
66
matrix:
67
php-version:
68
- - '8.0'
+ - '7.4'
69
steps:
70
- uses: actions/checkout@v2
71
- uses: php-actions/composer@v6
composer.json
@@ -17,7 +17,7 @@
17
"issues": "https://github.com/Ouxsoft/phpmarkup/issues"
18
},
19
"require": {
20
- "php": "^7.3 || ^8.0",
+ "php": ">=7.3",
21
"ext-dom": "*",
22
"ext-json": "*",
23
"ext-libxml": "*",
0 commit comments