Skip to content

Commit

Permalink
Merge pull request #4 from aiqfome/feature/allow-laravel-9
Browse files Browse the repository at this point in the history
feat: adequação para permitir laravel 9
  • Loading branch information
Pr3d4dor authored Aug 3, 2022
2 parents 6b71da5 + 5c2a883 commit 9085dac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.0, 7.4]
laravel: [8.*]
php: [8.1, 8.0]
laravel: [8.*, 9.*]
dependency-version: [prefer-stable]
include:
- laravel: 8.*
testbench: 6.*
- laravel: 9.*
testbench: 7.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": "^7.1|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"total-voice/php-client": "^1.17"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"orchestra/testbench": "^3.8|^4.0|^5.0|^6.0",
"friendsofphp/php-cs-fixer": "^3.9",
"orchestra/testbench": "^3.8|^4.0|^5.0|^6.0|^7.0",
"phpunit/phpunit": "^8.4|^9.0"
},
"autoload": {
Expand Down

0 comments on commit 9085dac

Please sign in to comment.