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 1719e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ jobs:
strategy:
fail-fast: false
matrix:
test-type: ["initial-install", "customizations"]
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 1719e5b

Please sign in to comment.