Skip to content

Commit

Permalink
Tests lxc 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpii committed Apr 6, 2024
1 parent 101e90e commit e2f6647
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ fmt:
- cd lxc
- >
case "$VERSION" in
"6.0")
TAG="v6.0.0"
;;
"5.0")
TAG="lxc-5.0.3"
;;
Expand All @@ -43,7 +46,7 @@ fmt:
clippy:
parallel:
matrix:
- VERSION: ["1.0", "1.1", "2.0", "2.1", "3.0", "3.1", "3.2", "4.0", "5.0"]
- VERSION: ["1.0", "1.1", "2.0", "2.1", "3.0", "3.1", "3.2", "4.0", "5.0", "6.0"]
<<: *common
stage: lint
script:
Expand All @@ -53,7 +56,7 @@ clippy:
test:
parallel:
matrix:
- VERSION: ["1.0", "1.1", "2.0", "2.1", "3.0", "3.1", "3.2", "4.0", "5.0"]
- VERSION: ["1.0", "1.1", "2.0", "2.1", "3.0", "3.1", "3.2", "4.0", "5.0", "6.0"]
<<: *common
stage: test
script:
Expand Down

0 comments on commit e2f6647

Please sign in to comment.