mirror of
https://github.com/roles-ansible/ansible_role_restic.git
synced 2024-12-11 23:41:32 +01:00
commit
62b7b7812d
1 changed files with 3 additions and 2 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -40,11 +40,12 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
distro:
|
distro:
|
||||||
- centos7
|
|
||||||
- centos6
|
|
||||||
- ubuntu1804
|
- ubuntu1804
|
||||||
|
- ubuntu2004
|
||||||
|
- ubuntu2204
|
||||||
- debian9
|
- debian9
|
||||||
- debian10
|
- debian10
|
||||||
|
- debian11
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue