Skip to content

Commit

Permalink
Add PHP 8.2 and Drupal 10.2 to build matrix. (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel authored Oct 25, 2023
1 parent 4a66979 commit e4bbdc6
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 @@ -22,8 +22,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ["8.1"]
drupal-version: ["9.5.x", "10.0.x", "10.1.x"]
php-versions: ["8.1", "8.2"]
drupal-version: ["10.0.x", "10.1.x", "10.2.x-dev"]
allowed_failure: [false]
mysql: ["8.0"]

Expand Down

0 comments on commit e4bbdc6

Please sign in to comment.