Skip to content

Commit

Permalink
Don't fail fast so we know what versions pass in matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Jan 11, 2024
1 parent 4996bbe commit a1d3069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/functional_test__rector_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
run_functional_test:
name: Functional Test | PHP ${{ matrix.php-version }} | Drupal ${{ matrix.drupal }}"
strategy:
fail-fast: false
matrix:
include:
- php-version: "7.4"
Expand Down

0 comments on commit a1d3069

Please sign in to comment.