Skip to content

Commit

Permalink
Merge pull request #61 from offline-agency/feat-add-php81-support
Browse files Browse the repository at this point in the history
Feat add php81 support
  • Loading branch information
Giacomo92 authored May 24, 2022
2 parents 9d9e696 + 3e34d25 commit b371552
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
php: ['7.2', '7.3', '7.4', '8.0']
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
os: ['ubuntu-latest']

name: PHP v${{ matrix.php }}
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"require": {
"php": ">=7.1",
"ext-json": "*",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0",
"illuminate/container": "^5.8|^6.0|^7.0|^8.0"
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0",
"illuminate/container": "^5.8|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0|^7.0|^8.0",
"orchestra/testbench": "^3.1|^4.0",
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0",
"orchestra/testbench": "^3.1|^4.0|^5.0|^6.0|^7.0",
"mockery/mockery": "^1.0",
"doctrine/dbal": "^2.5"
},
Expand Down

0 comments on commit b371552

Please sign in to comment.