Skip to content

Commit

Permalink
removes versions 6, 8, 10 and 12
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanpedersen committed Jan 26, 2023
1 parent 4ce817a commit 7bb1057
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,13 @@ workflows:
main:
jobs:
- test:
version: "6"
version: "14.21"
- test:
version: "8"
version: "16.19"
- test:
version: "10"
version: "18.13"
- test:
version: "12"
- test:
version: "14"
- test:
version: "16"
- test:
version: "18"
- test:
version: "19"
version: "19.5"
jobs:
test:
parameters:
Expand Down

0 comments on commit 7bb1057

Please sign in to comment.