Skip to content

Commit 18006de

Browse files
committed
Officially support GitLab 15.0, 15.1 and 15.2
1 parent 58e8286 commit 18006de

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/pr-acceptance-ce.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
gitlab-version: ["14.10.4-ce.0", "15.0.3-ce.0", "15.1.0-ce.0"]
37+
gitlab-version: ["15.0.4-ce.0", "15.1.3-ce.0", "15.2.0-ce.0"]
3838
steps:
3939
- uses: actions/setup-go@v3
4040
with:

.github/workflows/pr-acceptance-ee.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
strategy:
6969
fail-fast: false
7070
matrix:
71-
gitlab-version: ["14.10.4-ee.0", "15.0.3-ee.0", "15.1.0-ee.0"]
71+
gitlab-version: ["15.0.4-ee.0", "15.1.3-ee.0", "15.2.0-ee.0"]
7272
steps:
7373
- uses: actions/setup-go@v3
7474
with:

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
strategy:
9898
fail-fast: false
9999
matrix:
100-
gitlab-version: ["14.10.4-ce.0", "15.0.3-ce.0", "15.1.0-ce.0"]
100+
gitlab-version: ["15.0.4-ce.0", "15.1.3-ce.0", "15.2.0-ce.0"]
101101
steps:
102102
- uses: actions/setup-go@v3
103103
with:
@@ -121,7 +121,7 @@ jobs:
121121
strategy:
122122
fail-fast: false
123123
matrix:
124-
gitlab-version: ["14.10.4-ee.0", "15.0.3-ee.0", "15.1.0-ee.0"]
124+
gitlab-version: ["15.0.4-ee.0", "15.1.3-ee.0", "15.2.0-ee.0"]
125125
steps:
126126
- uses: actions/setup-go@v3
127127
with:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.17.0 (Unreleased)
2+
3+
This release was tested against GitLab 15.0, 15.1 and 15.2 for both CE and EE.
4+
15
## 3.16.1 (2022-07-11)
26

37
This release was tested against GitLab 14.10, 15.0 and 15.1 for both CE and EE.

0 commit comments

Comments
 (0)