Skip to content

Commit b15c279

Browse files
committed
Update workflow
1 parent cdaaaa3 commit b15c279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-projects.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: "Test projects"
55
on:
66
push:
77
branches:
8-
- "1.3.x"
8+
- "1.4.x"
99

1010
jobs:
1111
test-projects:
@@ -26,4 +26,4 @@ jobs:
2626
token: ${{ secrets.REPO_ACCESS_TOKEN }}
2727
repository: "${{ matrix.repository }}"
2828
event-type: test_phpstan
29-
client-payload: '{"ref": "1.10.x"}'
29+
client-payload: '{"ref": "1.11.x"}'

0 commit comments

Comments
 (0)