Skip to content

Commit

Permalink
Test on 8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Jun 28, 2023
1 parent 4eae636 commit 05fc3f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
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
drupal-version: ["9.4.x", "9.5.x-dev"]
drupal-version: ["9.4.x", "9.5.x"]
mysql: ["8.0"]
allowed_failure: [false]

Expand Down

0 comments on commit 05fc3f9

Please sign in to comment.