Skip to content

Commit

Permalink
Merge pull request #9 from kufu/add-test-for-3-3
Browse files Browse the repository at this point in the history
  • Loading branch information
alpaca-tc authored Mar 29, 2024
2 parents fe4a184 + a30f0a1 commit 3972048
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ executors:
docker:
- image: ruby:3.2

ruby_3_3:
docker:
- image: ruby:3.3

commands:
run_test:
steps:
Expand Down Expand Up @@ -66,6 +70,11 @@ jobs:
steps:
- run_test

ruby_3_3:
executor: ruby_3_3
steps:
- run_test

workflows:
version: 2

Expand All @@ -77,3 +86,4 @@ workflows:
- ruby_3_0
- ruby_3_1
- ruby_3_2
- ruby_3_3
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
# rspec failure tracking
.rspec_status
Gemfile.lock
.ruby-version
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

0 comments on commit 3972048

Please sign in to comment.