Skip to content

Commit

Permalink
Tightening all illuminate deps in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Nov 4, 2020
1 parent db4bd0d commit ee67da6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ env:
- ENUM=2 LARAVEL=7.23
- ENUM=2 LARAVEL=7.24
- ENUM=2 LARAVEL=7.25
- ENUM=2 LARAVEL=7.26
- ENUM=2 LARAVEL=7.27
- ENUM=2 LARAVEL=7.28
# - ENUM=3 LARAVEL=8.12

Expand Down Expand Up @@ -65,6 +63,9 @@ before_install:
- composer require "konekt/enum:${ENUM}.*" --no-update -v
- composer require "illuminate/database:${LARAVEL}.*" --no-update -v
- composer require "illuminate/events:${LARAVEL}.*" --no-update -v
- composer require "illuminate/support:${LARAVEL}.*" --no-update -v
- composer require "illuminate/contracts:${LARAVEL}.*" --no-update -v
- composer require "illuminate/container:${LARAVEL}.*" --no-update -v

install: composer install --no-interaction

Expand Down

0 comments on commit ee67da6

Please sign in to comment.