Skip to content

Commit

Permalink
Add PHP 8.2 to test workflow (#625)
Browse files Browse the repository at this point in the history
* 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 <nmd.matt@gmail.com>
  • Loading branch information
Boegie and mglaman authored Nov 13, 2023
1 parent 446a990 commit 32cae10
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
Expand Down Expand Up @@ -57,7 +58,10 @@ jobs:
- php-version: "8.1"
drupal: "^10.0"
experimental: false
- php-version: "8.1"
- php-version: "8.2"
drupal: "^10.0"
experimental: false
- php-version: "8.2"
drupal: "11.x-dev"
experimental: true
steps:
Expand Down Expand Up @@ -98,7 +102,7 @@ jobs:
- php-version: "8.0"
drupal: "^9.0"
experimental: false
- php-version: "8.1"
- php-version: "8.2"
drupal: "11.x-dev"
experimental: true
steps:
Expand Down Expand Up @@ -170,7 +174,7 @@ jobs:
drupal:
- "^9.0"
include:
- php-version: "8.1"
- php-version: "8.2"
drupal: "11.x-dev"
experimental: true
steps:
Expand Down Expand Up @@ -237,7 +241,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "8.1"
php-version: "8.2"
tools: composer:v2
extensions: dom, curl, libxml, mbstring, zip, pdo, mysql, pdo_mysql, gd, apcu
- name: "Checkout Drupal core"
Expand Down

0 comments on commit 32cae10

Please sign in to comment.