Skip to content

Commit

Permalink
Updated ruby.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsoganov committed Oct 18, 2024
1 parent e251164 commit 60839bb
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 @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04]
ruby: [ '3.2', '3.2.2' ]
ruby: [ '3.2.2' ]
runs-on: ${{ matrix.os }}
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
steps:
Expand Down

0 comments on commit 60839bb

Please sign in to comment.