We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdaaaa3 commit b15c279Copy full SHA for b15c279
.github/workflows/test-projects.yml
@@ -5,7 +5,7 @@ name: "Test projects"
5
on:
6
push:
7
branches:
8
- - "1.3.x"
+ - "1.4.x"
9
10
jobs:
11
test-projects:
@@ -26,4 +26,4 @@ jobs:
26
token: ${{ secrets.REPO_ACCESS_TOKEN }}
27
repository: "${{ matrix.repository }}"
28
event-type: test_phpstan
29
- client-payload: '{"ref": "1.10.x"}'
+ client-payload: '{"ref": "1.11.x"}'
0 commit comments