Skip to content

Commit

Permalink
Merge pull request #30 from ArondeParon/rjvandoesburg/main
Browse files Browse the repository at this point in the history
L9 integration PR
  • Loading branch information
arondeparon authored Feb 28, 2022
2 parents 5fd928f + bcb2ce4 commit 3b5a29d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.0, 7.4, 7.3]
laravel: [8.*, 7.*]
php: [8.0]
laravel: [9.*, 8.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: 6.*
- laravel: 8.*
testbench: 6.*
- laravel: 7.*
testbench: 5.*

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

Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@
],
"require": {
"php": "^7.3|^8.0",
"illuminate/http": "^7.0|^8.0",
"symfony/http-foundation": "^4.3.4|>=5.1.3"
"symfony/http-foundation": "^4.3.4|>=5.1.3|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0 || ^9.0",
"orchestra/testbench": "^5.0|^6.0",
"orchestra/testbench": "^5.0|^6.0|^7.0",
"mockery/mockery": "^1.4"
},
"autoload": {
Expand Down

0 comments on commit 3b5a29d

Please sign in to comment.