Skip to content

Commit

Permalink
Exclude PHP 8.3 with Drupal 10.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Mar 8, 2024
1 parent 89261c1 commit 9f2277f
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 @@ -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 }}
Expand Down

0 comments on commit 9f2277f

Please sign in to comment.