Skip to content

Commit

Permalink
Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmcdonald-uk committed Feb 15, 2023
1 parent a54e057 commit 371cfbf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,24 @@ matrix:
env: LARAVEL=7.* PHPUNIT=^8.4 TESTBENCH=5.*
- php: 7.4
env: LARAVEL=8.* PHPUNIT=^9.0 TESTBENCH=6.*
- php: 8.0
env: LARAVEL=6.* PHPUNIT=^8.4 TESTBENCH=4.*
- php: 8.0
env: LARAVEL=7.* PHPUNIT=^8.4 TESTBENCH=5.*
- php: 8.0
env: LARAVEL=8.* PHPUNIT=^9.0 TESTBENCH=6.*
- php: 8.0
env: LARAVEL=9.* PHPUNIT=^9.0 TESTBENCH=7.*
- php: 8.1
env: LARAVEL=8.* PHPUNIT=^9.0 TESTBENCH=6.*
- php: 8.1
env: LARAVEL=9.* PHPUNIT=^9.0 TESTBENCH=7.*
- php: 8.1
env: LARAVEL=10.* PHPUNIT=^10.0 TESTBENCH=8.*
- php: 8.2
env: LARAVEL=9.* PHPUNIT=^9.0 TESTBENCH=7.*
- php: 8.2
env: LARAVEL=10.* PHPUNIT=^10.0 TESTBENCH=8.*

before_install:
- travis_retry composer self-update
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "^5.2|^6.0|^7.0|^8.0|^9.0"
"illuminate/support": "^5.2|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"illuminate/database": "^5.2|^6.0|^7.0|^8.0|^9.0",
"orchestra/testbench": "^3.1|^4.0|^5.0|^6.0|^7.0",
"phpunit/phpunit": "^5.0|^6.0|^7.0|^8.4|^9.0"
"illuminate/database": "^5.2|^6.0|^7.0|^8.0|^9.0|^10.0",
"orchestra/testbench": "^3.1|^4.0|^5.0|^6.0|^7.0|^8.0",
"phpunit/phpunit": "^5.0|^6.0|^7.0|^8.4|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 371cfbf

Please sign in to comment.