Skip to content

Commit

Permalink
update ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
beanieboi committed Mar 31, 2024
1 parent 0188801 commit 5e17807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
ruby-version: [3.1 3.2 3.3]
ruby-version: [3.1.4 3.2.3 3.3.0]
runs-on: ${{ matrix.os }}
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
steps:
Expand Down

0 comments on commit 5e17807

Please sign in to comment.