Skip to content

Commit

Permalink
Exclude PHP 8.3 x Drupal 10.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Mar 8, 2024
1 parent 27cc83a commit c87c632
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-3.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
matrix:
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"

env:
DRUPAL_VERSION: ${{ matrix.drupal-version }}
Expand Down

0 comments on commit c87c632

Please sign in to comment.