Skip to content

Commit

Permalink
Allow PHP 8, add PHP 8 build (fixes #276)
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Mar 8, 2021
1 parent 470b1f4 commit 6657aad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
php-version: ['7.3', '7.4']
php-version: ['7.3', '7.4', '8.0']
dependencies: ['']
include:
- { php-version: '7.3', dependencies: '--prefer-lowest --prefer-stable' }
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
### Added
- `--parallel-limit` (`-l`) option of `run` command to allow limiting maximum number of tests being run simultaneously.
- Show test duration in timeline tooltips.
- PHP 8 support.

### Changed
- Require PHP 7.3+ and Symfony 5 components.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"ext-SimpleXML": "*",
"ext-curl": "*",
"ext-dom": "*",
Expand Down

0 comments on commit 6657aad

Please sign in to comment.