Skip to content

Commit

Permalink
Circle CI update orb version
Browse files Browse the repository at this point in the history
  • Loading branch information
nkiryanov committed Nov 10, 2023
1 parent 86f8190 commit a4c2d02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: 2.1
orbs:
docker: circleci/docker@1.7.0
docker: circleci/docker@2.4.0

jobs:
build:
docker:
- image: cimg/python:3.10
- image: cimg/python:3.11

steps:
- checkout
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:

coverage:
docker:
- image: cimg/python:3.10
- image: cimg/python:3.11
steps:
- checkout
- attach_workspace:
Expand Down

0 comments on commit a4c2d02

Please sign in to comment.