Skip to content

Commit

Permalink
👷 add ruby 3.4 check
Browse files Browse the repository at this point in the history
  • Loading branch information
YutaGoto committed Jan 7, 2025
1 parent a03d32c commit 70f1174
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 70f1174

Please sign in to comment.