Skip to content

Commit

Permalink
run jobs for compose v2.0.1 and v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertdeng123 committed Mar 6, 2024
1 parent 9dd9ac0 commit c21576f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,13 @@ jobs:
strategy:
fail-fast: false
matrix:
test_type: ["initial-install", "customizations"]
compose_version: ["v2.0.1", "v2.7.0"]
include:
- compose_version: "v2.0.1"
compose_path: "/usr/local/lib/docker/cli-plugins"
- compose_version: "v2.7.0"
compose_path: "/usr/local/lib/docker/cli-plugins"
test-group: ["initial-install", "customizations"]
env:
COMPOSE_PROJECT_NAME: self-hosted-${{ strategy.job-index }}
steps:
Expand Down

0 comments on commit c21576f

Please sign in to comment.