We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe32f7a commit 9de05feCopy full SHA for 9de05fe
.github/workflows/continuous-integration-workflow-2.3.x.yml
@@ -25,6 +25,8 @@ jobs:
25
fail-fast: false
26
steps:
27
- uses: actions/checkout@v2
28
+ with:
29
+ ref: '2.3.x'
30
- name: Set up JDK ${{ matrix.jdk }}
31
uses: actions/setup-java@v1
32
with:
@@ -47,6 +49,8 @@ jobs:
47
49
runs-on: ubuntu-latest
48
50
51
52
53
54
- name: Set up JDK
55
56
@@ -74,6 +78,8 @@ jobs:
74
78
75
79
76
80
81
82
77
83
84
85
0 commit comments