Skip to content

Commit

Permalink
github actions have no concept of allowed failures
Browse files Browse the repository at this point in the history
what a mess on github ... just build or fail. maybe the concept is to
branch first, but what about branches of the dependencies? is this really
continuous integration?


ref: https://github.com/actions/toolkit/issues/399 (Apr 2020)
  • Loading branch information
ktomk committed Dec 6, 2020
1 parent 4be80dc commit 8a6bd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/travis-workflow.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
php-versions: ['7.4', '8.1', '8.0', '5.6', '7.3', '7.2', '7.1', '7.0']
php-versions: ['7.4', '8.0', '5.6', '7.3', '7.2', '7.1', '7.0']
name: PHP ${{ matrix.php-versions }}
env:
FOO: 'XXX'
Expand Down

0 comments on commit 8a6bd03

Please sign in to comment.