Skip to content

Commit 9cf8e18

Browse files
authored
Test on 10.4.x-dev and drop 10.1. (#61)
1 parent 3be0ec1 commit 9cf8e18

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-2.x.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,9 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
php-versions: ["8.1", "8.2", "8.3"]
26-
drupal-version: ["10.1.x", "10.2.x", "10.3.x-dev"]
26+
drupal-version: ["10.2.x", "10.3.x", "10.4.x-dev"]
2727
allowed_failure: [false]
2828
mysql: ["8.0"]
29-
exclude:
30-
- php-versions: "8.3"
31-
drupal-version: "10.1.x"
3229

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

0 commit comments

Comments
 (0)