Skip to content

Commit 32f79fc

Browse files
authored
Build integration missing 10.x (#725)
* Build integration missing 10.x Fixes #636 * bump setup-drupal
1 parent a33689a commit 32f79fc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/php.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ jobs:
9999
- php-version: "8.0"
100100
drupal: "^9.0"
101101
experimental: false
102+
- php-version: "8.1"
103+
drupal: "^10.0"
104+
experimental: false
102105
- php-version: "8.2"
103106
drupal: "11.x-dev"
104107
experimental: true
@@ -113,7 +116,7 @@ jobs:
113116
tools: composer:v2
114117
extensions: dom, curl, libxml, mbstring, zip, pdo, mysql, pdo_mysql, bcmath, gd, exif, iconv
115118
- name: Setup Drupal
116-
uses: bluehorndigital/setup-drupal@v1.0.4
119+
uses: bluehorndigital/setup-drupal@v1.1.0
117120
with:
118121
version: ${{ matrix.drupal }}
119122
path: ~/drupal
@@ -171,6 +174,9 @@ jobs:
171174
drupal:
172175
- "^9.0"
173176
include:
177+
- php-version: "8.1"
178+
drupal: "^10.0"
179+
experimental: false
174180
- php-version: "8.2"
175181
drupal: "11.x-dev"
176182
experimental: true
@@ -185,7 +191,7 @@ jobs:
185191
tools: composer:v2
186192
extensions: dom, curl, libxml, mbstring, zip, pdo, mysql, pdo_mysql, bcmath, gd, exif, iconv
187193
- name: Setup Drupal
188-
uses: bluehorndigital/setup-drupal@v1.0.4
194+
uses: bluehorndigital/setup-drupal@v1.1.0
189195
with:
190196
version: ${{ matrix.drupal }}
191197
path: ~/drupal

0 commit comments

Comments
 (0)