We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f717f5b commit 52986e6Copy full SHA for 52986e6
.github/workflows/ruby-tests.yml
@@ -21,10 +21,9 @@ jobs:
21
- faraday-1
22
- faraday-2
23
ruby-version:
24
+ - "3.3"
25
- "3.2"
26
- "3.1"
- - "3.0"
27
- - "2.7"
28
- jruby
29
- truffleruby
30
@@ -36,11 +35,11 @@ jobs:
36
35
ruby-version: ${{ matrix.ruby-version }}
37
- name: Set environment
38
run: echo "COVERAGE=true" >> "$GITHUB_ENV"
39
- if: matrix.ruby-version == '3.2' && matrix.gemfile == 'faraday-2'
+ if: matrix.ruby-version == '3.3' && matrix.gemfile == 'faraday-2'
40
- name: Install dependencies
41
run: bundle install
42
- name: Run tests
43
run: bundle exec rake test
44
- name: Upload Coverage
45
uses: paambaati/[email protected]
46
0 commit comments