Skip to content

Commit c6fdcef

Browse files
authored
Drop Ruby 2.7 and add Ruby 3.3 for Ruby Tests in CI
1 parent cf34364 commit c6fdcef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
strategy:
4141
matrix:
42-
ruby-version: [2.7, '3.0', 3.1, 3.2]
42+
ruby-version: ['3.0', 3.1, 3.2, 3.3]
4343

4444
steps:
4545
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)