Merge pull request #574 from shlinkio/feature/php-7.4-build

Replaced PHP 7.4 snapshot by regular 7.4
This commit is contained in:
Alejandro Celaya 2019-12-14 11:47:10 +01:00 committed by GitHub
commit fd53e49508
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,11 +7,11 @@ branches:
php:
- '7.2'
- '7.3'
- '7.4snapshot'
- '7.4'
matrix:
allow_failures:
- php: '7.4snapshot'
- php: '7.4'
services:
- mysql