Skip to content

Commit e37d0f2

Browse files
authored
Merge pull request #1242 from timofurrer/upgrade-gitlab
Upgrade testing matrix to GitLab 15.3.3 to allow SAML tests
2 parents 489d28c + 757c85d commit e37d0f2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.1.6-ce.0", "15.2.4-ce.0", "15.3.2-ce.0"]
37+
gitlab-version: ["15.1.6-ce.0", "15.2.4-ce.0", "15.3.3-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.1.6-ee.0", "15.2.4-ee.0", "15.3.2-ee.0"]
71+
gitlab-version: ["15.1.6-ee.0", "15.2.4-ee.0", "15.3.3-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.1.6-ce.0", "15.2.4-ce.0", "15.3.2-ce.0"]
100+
gitlab-version: ["15.1.6-ce.0", "15.2.4-ce.0", "15.3.3-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.1.6-ee.0", "15.2.4-ee.0", "15.3.2-ee.0"]
124+
gitlab-version: ["15.1.6-ee.0", "15.2.4-ee.0", "15.3.3-ee.0"]
125125
steps:
126126
- uses: actions/setup-go@v3
127127
with:

0 commit comments

Comments
 (0)