Skip to content

Commit

Permalink
Merge pull request #1238 from timofurrer/upgrade-gitlab
Browse files Browse the repository at this point in the history
Upgrade to latest GitLab releases
  • Loading branch information
timofurrer committed Aug 31, 2022
2 parents 9a3844c + 746d900 commit 1a7489a
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.5-ce.0", "15.2.3-ce.0", "15.3.1-ce.0"]
gitlab-version: ["15.1.6-ce.0", "15.2.4-ce.0", "15.3.2-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.5-ee.0", "15.2.3-ee.0", "15.3.1-ee.0"]
gitlab-version: ["15.1.6-ee.0", "15.2.4-ee.0", "15.3.2-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.5-ce.0", "15.2.3-ce.0", "15.3.1-ce.0"]
gitlab-version: ["15.1.6-ce.0", "15.2.4-ce.0", "15.3.2-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.5-ee.0", "15.2.3-ee.0", "15.3.1-ee.0"]
gitlab-version: ["15.1.6-ee.0", "15.2.4-ee.0", "15.3.2-ee.0"]
steps:
- uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 1a7489a

Please sign in to comment.