Skip to content

Commit 889f8b9

Browse files
committed
update travis build matrix
1 parent a443ac2 commit 889f8b9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,13 @@ env:
2525

2626
matrix:
2727
include:
28-
- php: 7.4snapshot
28+
- php: 7.4
2929
env: LARAVEL='^6.0' COMPOSER_FLAGS='--prefer-lowest' DB_CONNECTION='mysql' DB_DATABASE='translatable_test' DB_USERNAME='travis'
30-
- php: 7.4snapshot
30+
- php: 7.4
3131
env: LARAVEL='^6.0' COMPOSER_FLAGS='--prefer-stable' DB_CONNECTION='mysql' DB_DATABASE='translatable_test' DB_USERNAME='travis'
32-
- php: 7.3
32+
- php: 7.4
3333
env: LARAVEL='^6.0' COMPOSER_FLAGS='--prefer-stable' DB_CONNECTION='pgsql' DB_DATABASE='translatable_test' DB_USERNAME='postgres'
3434
fast_finish: true
35-
allow_failures:
36-
- php: 7.4snapshot
3735

3836
before_install:
3937
- sh -c "if [ '$DB_CONNECTION' = 'mysql' ]; then mysql -e 'CREATE DATABASE translatable_test;'; fi"

0 commit comments

Comments
 (0)