Skip to content

Commit 1f2b3bc

Browse files
committed
use v2 docker compose
1 parent 43041d1 commit 1f2b3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v3
2424

2525
- name: Run docker-compose
26-
run: SPLUNK_VERSION=${{matrix.splunk-version}} docker-compose up -d
26+
run: SPLUNK_VERSION=${{matrix.splunk-version}} docker compose up -d
2727

2828
- name: Setup Python
2929
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)