Skip to content

Commit b05f55b

Browse files
committed
ci: use "docker compose"
1 parent 6b0011b commit b05f55b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
restore-keys: ${{ matrix.distribution }}-
4444
- name: Build Docker image
4545
run: |
46-
docker-compose build ${{ matrix.distribution }}
46+
docker compose build ${{ matrix.distribution }}
4747
- name: Run
4848
run: |
49-
docker-compose run --rm ${{ matrix.distribution }}
49+
docker compose run --rm ${{ matrix.distribution }}
5050
5151
native:
5252
name: ${{ matrix.ruby-version }} on ${{ matrix.runs-on }}

0 commit comments

Comments
 (0)