Skip to content

Commit f6b638f

Browse files
Move daily integration test run to 8.16 branch
1 parent 0330b7c commit f6b638f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/daily.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
with:
12-
ref: 8.15
12+
ref: 8.16
1313
- name: Setup node.js
1414
uses: actions/setup-node@v4
1515
- name: Install
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131
with:
32-
ref: 8.15
32+
ref: 8.16
3333
- name: Setup node.js
3434
uses: actions/setup-node@v4
3535
- name: Install
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v4
5151
with:
52-
ref: 8.15
52+
ref: 8.16
5353
- name: Setup node.js
5454
uses: actions/setup-node@v4
5555
- name: Install

0 commit comments

Comments
 (0)