Skip to content

Commit

Permalink
Merge pull request #6 from PHP-DI-Definitions/php-8
Browse files Browse the repository at this point in the history
PHP 8
  • Loading branch information
WyriHaximus authored Jan 16, 2022
2 parents ed96b62 + c9a6e94 commit 547ac85
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 43 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4]
php: [7.4, "8.0", 8.1]
composer: [current, highest]
needs: lint
runs-on: ubuntu-latest
Expand All @@ -50,7 +50,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4]
php: [7.4, "8.0", 8.1]
composer: [current, highest]
check: ${{ fromJson(needs.generate-checks-strategy.outputs.check) }}
needs:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
}
],
"require": {
"php": "^7.4"
"php": "^8 || ^7.4"
},
"require-dev": {
"wyrihaximus/test-utilities": "^3.7.6"
"wyrihaximus/test-utilities": "^5 || ^3.7.6"
},
"autoload": {
"psr-4": {
Expand Down
61 changes: 22 additions & 39 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 547ac85

Please sign in to comment.