mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Fixed quotes in travis config
This commit is contained in:
parent
b7a0d319b3
commit
c78991761f
1 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@ jobs:
|
|||
allow_failures:
|
||||
- php: '8.0'
|
||||
include:
|
||||
- name: "CI - 8.0"
|
||||
- name: 'CI - 8.0'
|
||||
php: '8.0'
|
||||
env:
|
||||
- COMPOSER_FLAGS='--ignore-platform-req=php'
|
||||
- name: "CI - 7.4"
|
||||
- name: 'CI - 7.4'
|
||||
php: '7.4'
|
||||
env:
|
||||
- COMPOSER_FLAGS=''
|
||||
|
|
Loading…
Add table
Reference in a new issue