Skip to content

Commit 32cae10

Browse files
Boegiemglaman
andauthored
Add PHP 8.2 to test workflow (#625)
* Naive first stab. * Adding D10 to build_integration_no_phpunit and build_integration * Nope * Is 10.2 the problem? * Revert "Is 10.2 the problem?" This reverts commit c03f52a. * Revert "Nope" This reverts commit 11c231a. * Revert "Adding D10 to build_integration_no_phpunit and build_integration" This reverts commit cc7fb0f. --------- Co-authored-by: Matt Glaman <[email protected]>
1 parent 446a990 commit 32cae10

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/php.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- "7.4"
2424
- "8.0"
2525
- "8.1"
26+
- "8.2"
2627
steps:
2728
- name: "Checkout"
2829
uses: "actions/checkout@v4"
@@ -57,7 +58,10 @@ jobs:
5758
- php-version: "8.1"
5859
drupal: "^10.0"
5960
experimental: false
60-
- php-version: "8.1"
61+
- php-version: "8.2"
62+
drupal: "^10.0"
63+
experimental: false
64+
- php-version: "8.2"
6165
drupal: "11.x-dev"
6266
experimental: true
6367
steps:
@@ -98,7 +102,7 @@ jobs:
98102
- php-version: "8.0"
99103
drupal: "^9.0"
100104
experimental: false
101-
- php-version: "8.1"
105+
- php-version: "8.2"
102106
drupal: "11.x-dev"
103107
experimental: true
104108
steps:
@@ -170,7 +174,7 @@ jobs:
170174
drupal:
171175
- "^9.0"
172176
include:
173-
- php-version: "8.1"
177+
- php-version: "8.2"
174178
drupal: "11.x-dev"
175179
experimental: true
176180
steps:
@@ -237,7 +241,7 @@ jobs:
237241
uses: "shivammathur/setup-php@v2"
238242
with:
239243
coverage: "none"
240-
php-version: "8.1"
244+
php-version: "8.2"
241245
tools: composer:v2
242246
extensions: dom, curl, libxml, mbstring, zip, pdo, mysql, pdo_mysql, gd, apcu
243247
- name: "Checkout Drupal core"

0 commit comments

Comments
 (0)