Browse Source

Remove php 8.0 from drupal 10.0.x testing matrix.

pull/875/head
Rosie Le Faive 3 years ago
parent
commit
3fbb9c040d
  1. 16
      .github/workflows/build-2.x.yml

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

@ -98,22 +98,6 @@ jobs:
mysql: "8.0"
test-suite: "functional-javascript"
allowed_failure: true
# 10.0.x-dev on PHP 8.0
- drupal-version: '10.0.x-dev'
php-versions: '8.0'
mysql: "8.0"
test-suite: "kernel"
allowed_failure: true
- drupal-version: '10.0.x-dev'
php-versions: '8.0'
mysql: "8.0"
test-suite: "functional"
allowed_failure: true
- drupal-version: '10.0.x-dev'
php-versions: '8.0'
mysql: "8.0"
test-suite: "functional-javascript"
allowed_failure: true
# 10.0.x-dev on PHP 8.1
- drupal-version: '10.0.x-dev'
php-versions: '8.1'

Loading…
Cancel
Save