Skip to content

Commit

Permalink
Build integration missing 10.x (#725)
Browse files Browse the repository at this point in the history
* Build integration missing 10.x

Fixes #636

* bump setup-drupal
  • Loading branch information
mglaman committed Feb 14, 2024
1 parent a33689a commit 32f79fc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ jobs:
- php-version: "8.0"
drupal: "^9.0"
experimental: false
- php-version: "8.1"
drupal: "^10.0"
experimental: false
- php-version: "8.2"
drupal: "11.x-dev"
experimental: true
Expand All @@ -113,7 +116,7 @@ jobs:
tools: composer:v2
extensions: dom, curl, libxml, mbstring, zip, pdo, mysql, pdo_mysql, bcmath, gd, exif, iconv
- name: Setup Drupal
uses: bluehorndigital/setup-drupal@v1.0.4
uses: bluehorndigital/setup-drupal@v1.1.0
with:
version: ${{ matrix.drupal }}
path: ~/drupal
Expand Down Expand Up @@ -171,6 +174,9 @@ jobs:
drupal:
- "^9.0"
include:
- php-version: "8.1"
drupal: "^10.0"
experimental: false
- php-version: "8.2"
drupal: "11.x-dev"
experimental: true
Expand All @@ -185,7 +191,7 @@ jobs:
tools: composer:v2
extensions: dom, curl, libxml, mbstring, zip, pdo, mysql, pdo_mysql, bcmath, gd, exif, iconv
- name: Setup Drupal
uses: bluehorndigital/setup-drupal@v1.0.4
uses: bluehorndigital/setup-drupal@v1.1.0
with:
version: ${{ matrix.drupal }}
path: ~/drupal
Expand Down

0 comments on commit 32f79fc

Please sign in to comment.