Skip to content
Open
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
1 change: 1 addition & 0 deletions .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
LOCAL_SCRIPT_DEBUG: [ true, false ]
with:
LOCAL_SCRIPT_DEBUG: ${{ matrix.LOCAL_SCRIPT_DEBUG }}
php-version: '8.2'
Copy link
Member

Choose a reason for hiding this comment

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

I know we discussed pinning E2E tests for all old branches to a specific PHP version in Slack the other day, but don't recall if a public ticket was created or the discussion was summarized somewhere.

May be worth creating one before committing this so it can be mentioned as See in the commit message, and then the newer branches can also be updated.

install-gutenberg: false
install-playwright: false

Expand Down
48 changes: 0 additions & 48 deletions .github/workflows/failed-workflow.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
php: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
# Test highest and lowest supported version of each major.
php: [ '5.6', '7.0', '7.4', '8.0', '8.2' ]
db-type: [ 'mysql' ]
db-version: [ '5.7' ]
multisite: [ false, true ]
Expand Down
209 changes: 0 additions & 209 deletions .github/workflows/slack-notifications.yml

This file was deleted.

Loading