Skip to content

Commit

Permalink
Merge pull request #81 from antistatique/60x/drupal-11-github-actions
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 002de2a + b446382 commit 2e17973
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .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', '11.0']
module: ['bamboo_twig']
experimental: [false]
include:
- drupal_version: '11.1'
module: 'bamboo_twig'
experimental: true

steps:
- uses: actions/checkout@v4
Expand All @@ -40,6 +44,10 @@ jobs:
drupal_version: ['9.5', '10.0', '10.1', '10.2', '11.0']
module: ['bamboo_twig']
experimental: [false]
include:
- drupal_version: '11.1'
module: 'bamboo_twig'
experimental: true

steps:
- uses: actions/checkout@v4
Expand All @@ -66,7 +74,7 @@ jobs:

strategy:
matrix:
drupal_version: ['10.2']
drupal_version: ['10.3']
module: ['bamboo_twig']

steps:
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 2e17973

Please sign in to comment.