Skip to content

Commit

Permalink
Merge pull request #154 from spatie/php81
Browse files Browse the repository at this point in the history
Add PHP 8.1 support
  • Loading branch information
freekmurze authored Nov 17, 2021
2 parents e4723f6 + 6ae87e8 commit 8bad7f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.0, 7.4, 7.3, 7.2]
php: [8.1, 8.0, 7.4, 7.3]
dependency-version: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
}
],
"require": {
"php": "^7.2|^8.0",
"php": "^7.3|^8.0",
"ext-fileinfo": "*",
"psr/log": "^1.0 | ^2.0 | ^3.0",
"symfony/process": "^4.2|^5.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
"phpunit/phpunit": "^8.5.21|^9.4.4",
"symfony/var-dumper": "^4.2|^5.0"
},
"autoload": {
Expand Down

0 comments on commit 8bad7f0

Please sign in to comment.