Skip to content

Commit

Permalink
Adding Laravel 8 to travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Baker committed Sep 8, 2020
1 parent 93d08fc commit 8d4b9a5
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ matrix:
- php: 7.3
dist: bionic
env: LARAVEL_VERSION=7.*
- php: 7.3
dist: bionic
env: LARAVEL_VERSION=8.*
- php: 7.4
dist: bionic
env: LARAVEL_VERSION=5.8.*
Expand All @@ -101,13 +104,16 @@ matrix:
- php: 7.4
dist: bionic
env: LARAVEL_VERSION=7.*
- php: 7.4
dist: bionic
env: LARAVEL_VERSION=8.*
- addons:
apt:
packages:
- docker-ce
- docker-ce
sudo: required
sevices:
- docker
- docker
rvm: 2.4.1
before_install: ruby --version
install: bundle install
Expand All @@ -116,10 +122,10 @@ matrix:
- addons:
apt:
packages:
- docker-ce
- docker-ce
sudo: required
sevices:
- docker
- docker
rvm: 2.4.1
before_install: ruby --version
install: bundle install
Expand All @@ -128,10 +134,10 @@ matrix:
- addons:
apt:
packages:
- docker-ce
- docker-ce
sudo: required
sevices:
- docker
- docker
rvm: 2.4.1
before_install: ruby --version
install: bundle install
Expand Down

0 comments on commit 8d4b9a5

Please sign in to comment.