Skip to content

Commit

Permalink
Standardize ruby version in ci definition
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexB52 committed Nov 24, 2024
1 parent 6110b03 commit 75d68af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
matrix:
os: [ubuntu-latest]
ruby:
- 2.5
- 2.6
- 2.7
- '2.5'
- '2.6'
- '2.7'
- '3.0'
- 3.1
- 3.2
- 3.3
- '3.1'
- '3.2'
- '3.3'
include:
- os: macos-13
ruby: 2.5
Expand Down

0 comments on commit 75d68af

Please sign in to comment.