Browse Source

Exclude PHP 8.3 with Drupal 10.1.

pull/1007/head
Rosie Le Faive 7 months ago
parent
commit
9f2277fc51
  1. 3
      .github/workflows/build-2.x.yml

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

@ -29,6 +29,9 @@ jobs:
drupal-version: ["10.1.x", "10.2.x", "10.3.x-dev"]
mysql: ["8.0"]
allowed_failure: [false]
exclude:
- php-versions: "8.3"
drupal-version: "10.1.x"
name: PHP ${{ matrix.php-versions }} | drupal ${{ matrix.drupal-version }} | mysql ${{ matrix.mysql }} | test-suite ${{ matrix.test-suite }}

Loading…
Cancel
Save