Skip to content

Commit 00a121b

Browse files
authored
Merge pull request #1225 from gitlabhq/upgrade-gitlab-15.3
Upgrade GitLab test matrix to 15.1, 15.2 and 15.3
2 parents 47e8ddd + b5d2576 commit 00a121b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

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

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

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

.github/workflows/push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
strategy:
9898
fail-fast: false
9999
matrix:
100-
gitlab-version: ["15.0.4-ce.0", "15.1.3-ce.0", "15.2.0-ce.0"]
100+
gitlab-version: ["15.1.5-ce.0", "15.2.3-ce.0", "15.3.1-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: ["15.0.4-ee.0", "15.1.3-ee.0", "15.2.0-ee.0"]
124+
gitlab-version: ["15.1.5-ee.0", "15.2.3-ee.0", "15.3.1-ee.0"]
125125
steps:
126126
- uses: actions/setup-go@v3
127127
with:

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 3.17.0 (Unreleased)
22

3-
This release was tested against GitLab 15.0, 15.1 and 15.2 for both CE and EE.
3+
This release was tested against GitLab 15.1, 15.2 and 15.3 for both CE and EE.
44

55
## 3.16.1 (2022-07-11)
66

0 commit comments

Comments
 (0)