Skip to content

Commit

Permalink
add php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Korben Dallas committed Dec 4, 2020
1 parent 8fd1bd0 commit f68524f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -43,7 +43,7 @@ after_success:
matrix:
fast_finish: true
allow_failures:
- php: "7.4snapshot"
- php: "7.4"
include:
- stage: Test
php: "7.2"
Expand Down Expand Up @@ -108,7 +108,7 @@ matrix:
before_script:
- bash ./tests/travis/install-postgres-11.sh
- stage: Test
php: "7.4snapshot"
php: "7.4"
env: DB=pgsql DOCKER_POSTGRES=yes POSTGRESQL_VERSION=11.0 EXCLUDE_GROUP=WithoutSchema
sudo: required
services:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.2",
"php": "7.*",
"doctrine/dbal": "^2.9",
"laravel/framework": "^5.8|^6.0|^7.0|^8.0"
},
Expand Down

0 comments on commit f68524f

Please sign in to comment.