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
4 changes: 2 additions & 2 deletions .github/actions-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ aaa395a26591445ccf4c8196d7f01ee7 pr-feedback.yml
6c355cb7b5d4da4d56a58e6d7f82881b psalm-matrix.yml
c2fc57f15bc64e5066b79a398021ca1a rector-apply.yml
2dbec18233063b42f4d8e03bbb43671c reuse.yml
b47a9fe981a7435caea92db33f5ad121 sync-workflow-templates.yml
4937ebfd80117c0133473d8ef51d8802 playwright.yml
511439ba27869e0324f283142cc8b3df sync-workflow-templates.yml
28c2966d33e8181bfdbb7b6fbaf9b645 playwright.yml
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ jobs:

steps:
- name: Summary status
run: if ${{ needs.playwright-tests.result != 'success' }}; then exit 1; fi
run: if ${{ needs.playwright-tests.result != 'success' }}; then exit 1; fi
1 change: 0 additions & 1 deletion .github/workflows/playwright.yml.patch
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ index c218bffb..1e0028ab 100644
- - stable35
- - stable34
- - stable33
+ - main
+ - stable5.4

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-workflow-templates.yml.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ index 85090be9..cf08bd3e 100644
matrix:
branches:
- ${{ github.event.repository.default_branch }}
- - 'stable35'
- - 'stable34'
- - 'stable33'
- - 'stable32'
+ - 'stable5.4'

name: Update workflows in ${{ matrix.branches }}
Expand Down
Loading