Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb9073e

Browse files
committed
chore!: Update Ruby versions for CI
* Add 3.3 * Drop <3.1 (all EOL)
1 parent 4f8ed5d commit eb9073e

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
ruby:
13+
- "3.3"
1314
- "3.2"
1415
- "3.1"
15-
- "3.0"
16-
- "2.7"
17-
- "2.6"
18-
- "2.5"
1916
adapter:
2017
- em
2118
- em-pooled
@@ -49,7 +46,7 @@ jobs:
4946
- uses: actions/checkout@master
5047
- uses: ruby/setup-ruby@v1
5148
with:
52-
ruby-version: 3.0
49+
ruby-version: "3.3"
5350
bundler-cache: true
5451
env:
5552
BUNDLE_WITHOUT: development

0 commit comments

Comments
 (0)