Browse Source

Add PHP 8.2 and Drupal 10.2 to testing matrix

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

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

@ -23,10 +23,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ["8.1"]
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: ["9.5.x", "10.0.x", "10.1.x"]
drupal-version: ["10.0.x", "10.1.x", "10.2.x-dev"]
mysql: ["8.0"]
allowed_failure: [false]

Loading…
Cancel
Save