Browse Source

Remove Drupal 10.2 from matrix, known fail.

pull/987/head
Rosie Le Faive 1 year ago committed by GitHub
parent
commit
f6e94b5e5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build-2.x.yml

2
.github/workflows/build-2.x.yml

@ -26,7 +26,7 @@ jobs:
php-versions: ["8.1", "8.2"]
# test-suite functional-javascript will appear to pass but will skip tests; missing chromedriver.
test-suite: ["kernel", "functional", "functional-javascript"]
drupal-version: ["10.0.x", "10.1.x", "10.2.x-dev"]
drupal-version: ["10.0.x", "10.1.x"] # Fails on 10.2 until https://github.com/Islandora/islandora/issues/989 is resolved.
mysql: ["8.0"]
allowed_failure: [false]

Loading…
Cancel
Save