Skip to content

Commit

Permalink
Exclude PHP 8.3 wiht Drupal 10.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Mar 8, 2024
1 parent f2cbd13 commit 5d90716
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 @@ -26,6 +26,9 @@ jobs:
drupal-version: ["10.1.x", "10.2.x", "10.3.x-dev"]
allowed_failure: [false]
mysql: ["8.0"]
exclude:
- php-versions: "8.3"
drupal-version: "10.1.x"

name: PHP ${{ matrix.php-versions }} | drupal ${{ matrix.drupal-version }} | mysql ${{ matrix.mysql }}
env:
Expand Down

0 comments on commit 5d90716

Please sign in to comment.