Skip to content

Commit

Permalink
Merge pull request #106 from chris-doehring/feature/php8-support
Browse files Browse the repository at this point in the history
Allow php 8
  • Loading branch information
freekmurze committed Oct 8, 2020
2 parents d9d7f90 + ff04b1d commit d9f592b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [7.4]
php: [7.4, 8.0]
dependency-version: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4|^8.0",
"ext-dom": "*",
"ext-json": "*",
"phpunit/phpunit": "^8.3|^9.0",
Expand Down

0 comments on commit d9f592b

Please sign in to comment.