Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.2', '8.3', '8.4']
php-version: ['8.4', '8.5']

steps:
- uses: actions/checkout@v6
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}
],
"require": {
"php": ">=7.4",
"php": ">=8.4",
"composer/installers": "^2.2",
"connectthink/wp-scss": "^2.4@beta",
"cweagans/composer-patches": "^1.7",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pantheon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ web_docroot: true
# See https://pantheon.io/docs/pantheon-yml/#enforce-https--hsts for valid values.
enforce_https: transitional

php_version: 8.2
php_version: 8.4

@matt-bernhardt matt-bernhardt Aug 13, 2026

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Sage materials were added by Pantheon as part of their platform offering (before they unpublished the repository upon which we based this network). We don't use these workflows ourselves. I'll be removing these materials from the repository in a future ticket.


# See https://pantheon.io/docs/pantheon-yml#specify-a-version-of-mariadb
database:
Expand Down