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 002de2a commit b446382
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 b446382

Please sign in to comment.