Skip to content

Commit e5ceb8b

Browse files
authored
Remove support for Ruby 2.5 (#79)
1 parent 5410480 commit e5ceb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [ubuntu-latest, macos-latest]
22-
ruby: [2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3]
22+
ruby: [2.6, 2.7, 3.0, 3.1, 3.2, 3.3]
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)