Skip to content

Commit

Permalink
bump ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
bartes committed Jul 9, 2024
1 parent 089fcb1 commit ce0c9e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
aliases:
- &coditsu
docker:
- image: cimg/ruby:3.2
- image: cimg/ruby:3.3
steps:
- setup_remote_docker
- checkout
Expand Down Expand Up @@ -33,6 +33,9 @@ aliases:
- &ruby-3_2
docker:
- image: cimg/ruby:3.2
- &ruby-3_3
docker:
- image: cimg/ruby:3.3
- &job-defaults
steps:
- checkout
Expand Down Expand Up @@ -64,6 +67,10 @@ jobs:
<<: *ruby-3_2
<<: *rails-7
<<: *job-defaults
ruby-3_3-rails-7:
<<: *ruby-3_3
<<: *rails-7
<<: *job-defaults
workflows:
main:
jobs:
Expand All @@ -75,3 +82,4 @@ workflows:
- ruby-3_0-rails-7
- ruby-3_1-rails-7
- ruby-3_2-rails-7
- ruby-3_3-rails-7
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.7
3.3.4

0 comments on commit ce0c9e2

Please sign in to comment.