Skip to content

Commit

Permalink
simplify matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Jul 20, 2022
1 parent 85cf082 commit 98c9ba4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ jobs:
allowed_failure: [false]
include:
- php-versions: "8.1"
drupal-version: "9.4.x"
allowed_failure: true
- php-versions: "8.1"
drupal-version: "9.5.x-dev"
- drupal-version: "10.0.x-dev"
allowed_failure: true
- php-versions: "8.1"
exclude:
- php-versions: "7.4"
drupal-version: "10.0.x-dev"
allowed_failure: true
- php-versions: "8.0"
drupal-version: "10.0.x-dev"


name: PHP ${{ matrix.php-versions }} | drupal ${{ matrix.drupal-version }} | mysql ${{ matrix.mysql }} | test-suite ${{ matrix.test-suite }}

Expand Down

0 comments on commit 98c9ba4

Please sign in to comment.