Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
update ruby versions on semaphore
Browse files Browse the repository at this point in the history
  • Loading branch information
petertimwalker committed Nov 11, 2022
1 parent 316211a commit 05e3f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ blocks:
- name: Tests
matrix:
- env_var: RUBY_VERSION
values: ["2.7", "3.0"]
values: ["2.7", "3.0", "3.1"]
commands:
- bundle exec rspec
- name: Semaphore v2 Compliance
Expand All @@ -46,4 +46,4 @@ blocks:
- bundle exec rubocop
env_vars:
- name: RUBY_VERSION
value: 2.6.5
value: 3.0.4

0 comments on commit 05e3f39

Please sign in to comment.