We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3e5f9 commit 47eb3a7Copy full SHA for 47eb3a7
1 file changed
.circleci/config.yml
@@ -38,19 +38,19 @@ shared: &shared
38
fi
39
40
jobs:
41
- "mint19":
+ "mint":
42
<<: *shared
43
docker:
44
- - image: linuxmintd/mint19-amd64
+ - image: linuxmintd/mint20-amd64
45
46
- "lmde3":
+ "lmde":
47
48
49
- - image: linuxmintd/lmde3-amd64
+ - image: linuxmintd/lmde4-amd64
50
51
workflows:
52
version: 2
53
build:
54
55
- - "mint19"
56
- - "lmde3"
+ - "mint"
+ - "lmde"
0 commit comments