Skip to content

Commit 1332101

Browse files
committed
Remove 2.7 due to dependency and add modern ruby 3.3
1 parent 2e8e8fe commit 1332101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
strategy:
3333
matrix:
34-
ruby-version: ['2.7', '3.0', '3.1', '3.2']
34+
ruby-version: ['3.0', '3.1', '3.2', '3.3']
3535

3636
steps:
3737
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)