Skip to content

Commit

Permalink
Test on 10.4.x-dev and drop 10.1. (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Jun 27, 2024
1 parent 3be0ec1 commit 9cf8e18
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,9 @@ jobs:
fail-fast: false
matrix:
php-versions: ["8.1", "8.2", "8.3"]
drupal-version: ["10.1.x", "10.2.x", "10.3.x-dev"]
drupal-version: ["10.2.x", "10.3.x", "10.4.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 9cf8e18

Please sign in to comment.