Skip to content

Commit b73284e

Browse files
authored
Merge pull request #29 from KnpLabs/doc/update-circleci-example
[RFR] update circleci doc example
2 parents aba5e8d + aa3ef87 commit b73284e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/examples/circleci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
version: 2
1+
version: 2.1
22

33
reference:
44
vm_machine: &vm_machine
55
working_directory: ~/my-project
66
machine:
7-
image: circleci/classic:201808-01
7+
image: ubuntu-2004:202201-02
88

99
checkout_step: &checkout_step
1010
checkout:

0 commit comments

Comments
 (0)