Skip to content

Commit 5b3f6eb

Browse files
target ruby 3.3.5 only
1 parent c357af3 commit 5b3f6eb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
ruby-version: ['2.5', '2.6', '2.7', '3.0']
15+
ruby-version: ['3.3.5']
1616

1717
steps:
1818
- uses: actions/checkout@v2

.tool-versions

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ruby 3.3.5
2+

0 commit comments

Comments
 (0)