We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9d7f90 + ff04b1d commit d9f592bCopy full SHA for d9f592b
.github/workflows/run-tests.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: true
11
matrix:
12
os: [ubuntu-latest, windows-latest]
13
- php: [7.4]
+ php: [7.4, 8.0]
14
dependency-version: [prefer-lowest, prefer-stable]
15
16
name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
composer.json
@@ -20,7 +20,7 @@
20
}
21
],
22
"require": {
23
- "php": "^7.4",
+ "php": "^7.4|^8.0",
24
"ext-dom": "*",
25
"ext-json": "*",
26
"phpunit/phpunit": "^8.3|^9.0",
0 commit comments