Skip to content

Commit

Permalink
Merge pull request #108 from Islandora/rosiel-patch-1
Browse files Browse the repository at this point in the history
Update PHP and Drupal versions in testing matrix.
  • Loading branch information
seth-shaw-asu authored Oct 25, 2023
2 parents 6a3c63a + 18d5828 commit dcc867f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
fail-fast: false
matrix:
test-suite: ["kernel"]
php-versions: ["7.4", "8.0", "8.1"]
drupal-version: ["9.3.x", "9.4.x", "9.5.x-dev"]
php-versions: ["8.1", "8.2"]
drupal-version: ["10.0.x", "10.1.x", "10.2.x-dev"]
name: PHP ${{ matrix.php-versions }} | drupal ${{ matrix.drupal-version }}
env:
DRUPAL_VERSION: ${{ matrix.drupal-version }}
Expand Down

0 comments on commit dcc867f

Please sign in to comment.