mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-25 02:10:18 -06:00
Replaced --ignore-platform-reqs by --ignore-platform-req=php when running build on PHP 8
This commit is contained in:
parent
8c79619ff2
commit
d3a4ed607c
@ -16,12 +16,12 @@ cache:
|
||||
jobs:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- php: 'nightly'
|
||||
- php: '8.0'
|
||||
include:
|
||||
- name: "CI - 8.0"
|
||||
php: 'nightly'
|
||||
php: '8.0'
|
||||
env:
|
||||
- COMPOSER_FLAGS='--ignore-platform-reqs'
|
||||
- COMPOSER_FLAGS='--ignore-platform-req=php'
|
||||
- name: "CI - 7.4"
|
||||
php: '7.4'
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user