mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-24 05:38:06 +03:00
Replaced PHP 7.4 snapshot by regular 7.4
This commit is contained in:
parent
c1741c99be
commit
c484e32641
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue