Browse Source

Test on PHP 8.1

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

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

@ -23,8 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# PHP 8.1 fails - see https://github.com/Islandora/islandora/issues/887
php-versions: ["7.4", "8.0"]
php-versions: ["7.4", "8.0", "8.1"]
# test-suite functional-javascript will appear to pass but will skip tests; missing chromedriver.
test-suite: ["kernel", "functional", "functional-javascript"]
# Not yet Drupal 10 ready - see https://github.com/Islandora/islandora/issues/888

Loading…
Cancel
Save