Skip to content

Commit 603bd13

Browse files
committed
Remove Ruby 2.7 from test matrix
1 parent 46ac030 commit 603bd13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
os: [macos-latest, ubuntu-latest]
30-
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]
30+
ruby: ["3.0", "3.1", "3.2", "3.3"]
3131
steps:
3232
- uses: actions/checkout@v4
3333
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)