Skip to content

Commit

Permalink
Test on PHP 8.3 and Drupal 10.3.x-dev (#76)
Browse files Browse the repository at this point in the history
* Update testing drupal and php versions.
* Exclude PHP 8.3 x Drupal 10.1.
  • Loading branch information
rosiel authored Mar 8, 2024
1 parent 5c0083f commit 473ffc7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-3.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ["8.1", "8.2"]
drupal-version: ["10.0.x", "10.1.x", "10.2.x-dev"]
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"

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

0 comments on commit 473ffc7

Please sign in to comment.