Skip to content

Commit

Permalink
remove unsupported ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
tdutreui-solocal committed Sep 13, 2023
1 parent 5059224 commit 0eaf519
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ commands:
destination: test-results

jobs:
build_2_x:
docker:
- image: ruby:2.7.8
working_directory: ~/repo
steps:
- build

build_3_x:
docker:
- image: ruby:3.2.2
Expand All @@ -47,8 +40,7 @@ jobs:
- build

workflows:
version: 2
version: 3
build:
jobs:
- build_2_x
- build_3_x

0 comments on commit 0eaf519

Please sign in to comment.