Skip to content

Commit

Permalink
Exclude D10 from building on 8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Nov 23, 2022
1 parent b17388f commit 03ae7c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
exclude:
- php_version: "7.4"
drupal_version: "10"
- php_version: "8.0"
drupal_version: "10"
env:
PHP_VERSION: ${{ matrix.php_version }}
DRUPAL_VERSION: ${{ matrix.drupal_version }}
Expand Down

0 comments on commit 03ae7c9

Please sign in to comment.