Skip to content

Commit

Permalink
Support for PHP 8.2 (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-intelli committed Aug 31, 2023
1 parent 3c333fd commit 9570f5a
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/php.yml
Expand Up @@ -31,15 +31,22 @@ jobs:
php-version:
- "8.0"
- "8.1"
- "8.2"
drupal-core:
# Should update the following as the minimum supported version from Drupal.org
- "9.4.x"
- "9.5.x"
include:
- php-version: "8.1"
drupal-core: "10.0.x"
- php-version: "8.1"
drupal-core: "10.1.x"
- "10.0.x"
- "10.1.x"
exclude:
- php-version: "8.2"
drupal-core: "9.4.x"
- php-version: "8.2"
drupal-core: "9.5.x"
- php-version: "8.0"
drupal-core: "10.0.x"
- php-version: "8.0"
drupal-core: "10.1.x"

steps:

Expand Down

0 comments on commit 9570f5a

Please sign in to comment.