Skip to content

Commit

Permalink
Merge pull request #212 from YutaGoto/add-ruby-34-check
Browse files Browse the repository at this point in the history
👷 add ruby 3.4 check
  • Loading branch information
YutaGoto authored Jan 9, 2025
2 parents 67549e1 + 6a740a9 commit 95f3fde
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,25 +74,30 @@ jobs:
name: ruby/default
tag: "3.3"
steps: *spec_steps
ruby-34-spec:
executor:
name: ruby/default
tag: "3.4"
steps: *spec_steps
cop:
executor:
name: ruby/default
tag: "3.3"
tag: "3.4"
steps: *cop_steps
spell-check:
executor:
name: python/default
tag: "3.12"
tag: "3.13"
steps: *spell_check_steps
yamllint:
executor:
name: python/default
tag: "3.12"
tag: "3.13"
steps: *yamllint_steps
slack:
executor:
name: ruby/default
tag: "3.2"
tag: "3.4"
steps: *slack_steps

workflows:
Expand All @@ -107,6 +112,9 @@ workflows:
- ruby-33-spec:
context:
- slack-secrets
- ruby-34-spec:
context:
- slack-secrets
- cop:
context:
- slack-secrets
Expand Down

0 comments on commit 95f3fde

Please sign in to comment.