Skip to content

Commit

Permalink
Merge pull request #21 from abacaphiliac/build-php-8
Browse files Browse the repository at this point in the history
chore: build php@8
  • Loading branch information
abacaphiliac committed Jun 23, 2021
2 parents d227e14 + 12c8580 commit 826ba02
Show file tree
Hide file tree
Showing 10 changed files with 4,690 additions and 30 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,17 @@ jobs:
dependencies:
- "lowest"
- "highest"
- "locked"
php-version:
- "8.0"
- "7.4"
- "7.3"
- "7.2"
- "7.1"
experimental:
- false
include:
- php-version: "7.4"
dependencies: "locked"
experimental: false
steps:
- name: "Checkout"
uses: "actions/checkout@v2"
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build/
vendor/
composer.lock
.phpunit.result.cache
infection-log.txt
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"sort-packages": true
},
"require" : {
"php": "^7.1",
"doctrine/dbal": "^2.5",
"php": "^7.2 || ^8.0",
"doctrine/dbal": "^2.5.14",
"psr/log": "^1.1"
},
"require-dev" : {
"infection/infection": "^0.8",
"jakub-onderka/php-parallel-lint": "^1.0",
"johnkary/phpunit-speedtrap": "^2.0",
"infection/infection": "^0.8 || ^0.18.2",
"php-parallel-lint/php-parallel-lint": "^1.3",
"johnkary/phpunit-speedtrap": "^4.0",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^6.5",
"phpunit/phpunit": "^6.5 || ^8.5.16",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.4"
},
Expand Down
Loading

0 comments on commit 826ba02

Please sign in to comment.