Skip to content

Commit

Permalink
Merge pull request #632 from localgovdrupal/feature/3.x/631-PHP82
Browse files Browse the repository at this point in the history
Feature/3.x/631 php82
  • Loading branch information
finnlewis authored Oct 16, 2023
2 parents 1e9b949 + a703718 commit 4b709b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- '~10.0'
php-version:
- '8.1'
- '8.2'

steps:

Expand Down Expand Up @@ -113,6 +114,7 @@ jobs:
- '~10.0'
php-version:
- '8.1'
- '8.2'

steps:

Expand Down Expand Up @@ -148,6 +150,7 @@ jobs:
- '~10.0'
php-version:
- '8.1'
- '8.2'

steps:

Expand Down Expand Up @@ -182,6 +185,7 @@ jobs:
- '~10.0'
php-version:
- '8.1'
- '8.2'

steps:

Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
"drupal/core": "-p2"
},
"patches": {
"drupal/content_lock": {
"Fix PHP 8.2 deprecation notices": "https://www.drupal.org/files/issues/2023-05-22/3343964-5.patch"
},
"drupal/core": {
"Users can't reference unpublished content even when they have access to it. See https://www.drupal.org/project/drupal/issues/2845144": "https://www.drupal.org/files/issues/2022-06-17/2845144-67.patch"
}
Expand Down

0 comments on commit 4b709b8

Please sign in to comment.