Skip to content

Commit 207a7d8

Browse files
authored
Merge pull request #26 from KnpLabs/fix/circleci-deprecation
fix circleci deprecation
2 parents a294b9f + 69c9c9f commit 207a7d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.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: ~/should-skip-ci
66
machine:
7-
image: circleci/classic:201808-01
7+
image: ubuntu-2004:202201-02
88
docker_layer_caching: true
99

1010
checkout_step: &checkout_step

0 commit comments

Comments
 (0)