Skip to content

Commit 6e5f218

Browse files
committed
Don't run specs against Ruby 2.7 because it's reached EOL
1 parent 8639c06 commit 6e5f218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
strategy:
216216
fail-fast: false
217217
matrix:
218-
ruby: ['2.7', '3.0', '3.1']
218+
ruby: ['3.0', '3.1']
219219
runs-on: ubuntu-latest
220220
steps:
221221
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)