Moare
This commit is contained in:
parent
902ae90175
commit
3de33a253c
1 changed files with 7 additions and 3 deletions
|
@ -6,9 +6,13 @@ jobs:
|
||||||
better_name:
|
better_name:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
package:
|
version:
|
||||||
- 1.0
|
- v1.0
|
||||||
- 1.2
|
- v1.2
|
||||||
|
dist:
|
||||||
|
- bullseye
|
||||||
|
- boookworm
|
||||||
|
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo All {{ matrix.package }}
|
- run: echo All {{ matrix.package }}
|
||||||
|
|
Loading…
Reference in a new issue