Skip to content

Commit 3ba726f

Browse files
authored
Merge pull request #17 from antistatique/feature/update-drupal-support-july-2025
update drupal version support (drop 9.x and < 10.3)
2 parents 054b63a + 0a470c7 commit 3ba726f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
run: docker compose -f docker-compose.yml exec -T -u www-data drupal drush site-install standard --db-url="mysql://drupal:drupal@db/drupal" -y
3636
- name: Run unit tests
3737
run: docker compose -f docker-compose.yml run -u www-data drupal phpunit --no-coverage --group=${{ matrix.module }} --exclude-group=${{ matrix.module }}_functional --configuration=/var/www/html/phpunit.xml
38+
continue-on-error: ${{ matrix.experimental }}
3839

3940
tests-functional:
4041
name: Functional Tests
@@ -66,6 +67,7 @@ jobs:
6667
run: docker compose -f docker-compose.yml exec -T -u www-data drupal drush site-install standard --db-url="mysql://drupal:drupal@db/drupal" -y
6768
- name: Run tests
6869
run: docker compose -f docker-compose.yml exec -T -u www-data drupal phpunit --no-coverage --group=${{ matrix.module }}_functional --configuration=/var/www/html/phpunit.xml
70+
continue-on-error: ${{ matrix.experimental }}
6971

7072
upgrade-status:
7173
name: Upgrade Status

0 commit comments

Comments
 (0)