File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 2525
2626matrix :
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
3836before_install :
3937 - sh -c "if [ '$DB_CONNECTION' = 'mysql' ]; then mysql -e 'CREATE DATABASE translatable_test;'; fi"
You can’t perform that action at this time.
0 commit comments