We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0011b commit b05f55bCopy full SHA for b05f55b
.github/workflows/test.yml
@@ -43,10 +43,10 @@ jobs:
43
restore-keys: ${{ matrix.distribution }}-
44
- name: Build Docker image
45
run: |
46
- docker-compose build ${{ matrix.distribution }}
+ docker compose build ${{ matrix.distribution }}
47
- name: Run
48
49
- docker-compose run --rm ${{ matrix.distribution }}
+ docker compose run --rm ${{ matrix.distribution }}
50
51
native:
52
name: ${{ matrix.ruby-version }} on ${{ matrix.runs-on }}
0 commit comments