Skip to content

Commit

Permalink
Exclude Drupal 10.1 with PHP 8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Mar 8, 2024
1 parent 87b3621 commit 550f3f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
test-suite: ["kernel"]
php-versions: ["8.1", "8.2", "8.3"]
drupal-version: ["10.1.x", "10.2.x", "10.3.x-dev"]
exclude:
- php-versions: "8.3"
drupal-version: "10.1.x"
name: PHP ${{ matrix.php-versions }} | drupal ${{ matrix.drupal-version }}
env:
DRUPAL_VERSION: ${{ matrix.drupal-version }}
Expand Down

0 comments on commit 550f3f1

Please sign in to comment.