Skip to content

Commit e44567a

Browse files
committed
Update workflow to run on ruby 3.4, and drop EOL ruby versions
1 parent a322517 commit e44567a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3' ]
14+
ruby: [ '3.1', '3.2', '3.3', '3.4' ]
1515

1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up Ruby ${{ matrix.ruby }}
19-
uses: ruby/setup-ruby@b256bd96bb4867e7d23e92e087d9bb697270b725
19+
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
2020
with:
2121
ruby-version: ${{ matrix.ruby }}
2222
- name: Build and test

0 commit comments

Comments
 (0)