Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8ed5d commit eb9073eCopy full SHA for eb9073e
1 file changed
.github/workflows/test.yml
@@ -10,12 +10,9 @@ jobs:
10
fail-fast: false
11
matrix:
12
ruby:
13
+ - "3.3"
14
- "3.2"
15
- "3.1"
- - "3.0"
16
- - "2.7"
17
- - "2.6"
18
- - "2.5"
19
adapter:
20
- em
21
- em-pooled
@@ -49,7 +46,7 @@ jobs:
49
46
- uses: actions/checkout@master
50
47
- uses: ruby/setup-ruby@v1
51
48
with:
52
- ruby-version: 3.0
+ ruby-version: "3.3"
53
bundler-cache: true
54
env:
55
BUNDLE_WITHOUT: development
0 commit comments