Skip to content

Commit

Permalink
Updating travis for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavidbakr committed Feb 2, 2023
1 parent 2ff38fc commit d334741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ cache:
- $HOME/.composer/cache/files

php:
- 8.0
- 8.1

env:
- LARAVEL_VERSION=9.x-dev TESTBENCH=7.x-dev
- LARAVEL_VERSION=10.x-dev TESTBENCH=8.x-dev

before_install:
- echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
Expand Down

0 comments on commit d334741

Please sign in to comment.