Skip to content

Commit

Permalink
Drop drupal 10.1 and add drupal 10.4 to the testing matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Jun 27, 2024
1 parent 473ffc7 commit 8185e97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 115 deletions.
111 changes: 0 additions & 111 deletions .github/workflows/build-2.x.yml

This file was deleted.

5 changes: 1 addition & 4 deletions .github/workflows/build-3.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
strategy:
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"
drupal-version: ["10.2.x", "10.3.x", "10.4.x-dev"]

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

0 comments on commit 8185e97

Please sign in to comment.