Skip to content

Commit

Permalink
fix runner of Drupal 11 tests on Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Aug 9, 2024
1 parent 6e85838 commit eaa2269
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
drupal_version: ['9.5', '10.0', '10.1', '10.2', '10.3', '11.0']
module: ['template_whisperer']
experimental: [ false ]
include:
- drupal_version: '11.1'
module: 'template_whisperer'
experimental: true

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -42,6 +46,10 @@ jobs:
drupal_version: ['9.5', '10.0', '10.1', '10.2', '10.3', '11.0']
module: ['template_whisperer']
experimental: [ false ]
include:
- drupal_version: '11.1'
module: 'template_whisperer'
experimental: true

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit eaa2269

Please sign in to comment.