mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
No longer allow errors on any step during CI
This commit is contained in:
parent
17eb6dc4ce
commit
741e8f625c
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -182,7 +182,6 @@ jobs:
|
|||||||
|
|
||||||
api-tests:
|
api-tests:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
continue-on-error: ${{ matrix.php-version == '8.0' }}
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php-version: ['7.4', '8.0']
|
php-version: ['7.4', '8.0']
|
||||||
|
Loading…
Reference in New Issue
Block a user