Skip to content

Commit

Permalink
Use 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed Feb 19, 2022
1 parent a38cd97 commit b4f9b00
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,23 +99,23 @@ build_jobs: &build_jobs
- "2.7"
- "3.0.1"
- "3.0.2"
- "3.1.0"
- "3.1.1"
- bundle_install:
matrix:
parameters:
ruby-version:
- "2.7"
- "3.0.1"
- "3.0.2"
- "3.1.0"
- "3.1.1"
- lint:
matrix:
parameters:
ruby-version:
- "2.7"
- "3.0.1"
- "3.0.2"
- "3.1.0"
- "3.1.1"
requires:
- bundle_install
- type_check:
Expand All @@ -125,7 +125,7 @@ build_jobs: &build_jobs
- "2.7"
# - "3.0.1" # たまにSEGVするので
- "3.0.2"
- "3.1.0"
- "3.1.1"
requires:
- bundle_install
- rspec:
Expand All @@ -135,7 +135,7 @@ build_jobs: &build_jobs
- "2.7"
- "3.0.1"
- "3.0.2"
- "3.1.0"
- "3.1.1"
requires:
- bundle_install
workflows:
Expand Down

0 comments on commit b4f9b00

Please sign in to comment.