Skip to content

Commit

Permalink
Merge pull request #1242 from timofurrer/upgrade-gitlab
Browse files Browse the repository at this point in the history
Upgrade testing matrix to GitLab 15.3.3 to allow SAML tests
  • Loading branch information
timofurrer committed Sep 5, 2022
2 parents 489d28c + 757c85d commit e37d0f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-acceptance-ce.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
gitlab-version: ["15.1.6-ce.0", "15.2.4-ce.0", "15.3.2-ce.0"]
gitlab-version: ["15.1.6-ce.0", "15.2.4-ce.0", "15.3.3-ce.0"]
steps:
- uses: actions/setup-go@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-acceptance-ee.yml
Expand Up @@ -68,7 +68,7 @@ jobs:
strategy:
fail-fast: false
matrix:
gitlab-version: ["15.1.6-ee.0", "15.2.4-ee.0", "15.3.2-ee.0"]
gitlab-version: ["15.1.6-ee.0", "15.2.4-ee.0", "15.3.3-ee.0"]
steps:
- uses: actions/setup-go@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Expand Up @@ -97,7 +97,7 @@ jobs:
strategy:
fail-fast: false
matrix:
gitlab-version: ["15.1.6-ce.0", "15.2.4-ce.0", "15.3.2-ce.0"]
gitlab-version: ["15.1.6-ce.0", "15.2.4-ce.0", "15.3.3-ce.0"]
steps:
- uses: actions/setup-go@v3
with:
Expand All @@ -121,7 +121,7 @@ jobs:
strategy:
fail-fast: false
matrix:
gitlab-version: ["15.1.6-ee.0", "15.2.4-ee.0", "15.3.2-ee.0"]
gitlab-version: ["15.1.6-ee.0", "15.2.4-ee.0", "15.3.3-ee.0"]
steps:
- uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit e37d0f2

Please sign in to comment.