Skip to content

Commit

Permalink
Add matrix for gitlab version
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 authored Nov 15, 2023
1 parent cd3a748 commit 243d8de
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ on:
jobs:
integration-test:
runs-on: ubuntu-latest
strategy:
matrix:
gitlab_version:
- 16.5.2-ce.0
- 16.4.2-ee.0
- 16.3.6-ce.0

steps:
- uses: actions/checkout@v4
- run: docker compose up -d
- run: GITLAB_CE_VERSION=${{ matrix.gitlab_version }} docker compose up -d
working-directory: test
- run: test/await_healthy.sh
- uses: ./
Expand Down

0 comments on commit 243d8de

Please sign in to comment.