Skip to content

Commit

Permalink
Merge pull request #67 from antistatique/feature/docker-tests-drupal11
Browse files Browse the repository at this point in the history
fix runner of Drupal 11 tests on Github Actions
  • Loading branch information
WengerK authored Aug 9, 2024
2 parents 7a19cd8 + eaa2269 commit 6d1d285
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
restart: always

db:
image: mariadb:10.3.8
image: mariadb:10.6
environment:
MYSQL_USER: drupal
MYSQL_PASSWORD: drupal
Expand Down

0 comments on commit 6d1d285

Please sign in to comment.