Fix Yaml
This commit is contained in:
parent
883974fabd
commit
fa0e643df9
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ jobs:
|
||||||
runs-on: 'ubuntu-latest'
|
runs-on: 'ubuntu-latest'
|
||||||
needs: build_act
|
needs: build_act
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: [7.4, 8.0, 8.1, 8.2]
|
version: [7.4, 8.0, 8.1, 8.2]
|
||||||
steps:
|
steps:
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
run: curl -fsSL https://get.docker.com | sh
|
run: curl -fsSL https://get.docker.com | sh
|
||||||
|
|
Loading…
Reference in a new issue