We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26204d5 commit edba3faCopy full SHA for edba3fa
.github/workflows/ruby.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Set up Ruby and install dependencies
11
uses: ruby/setup-ruby@v1
12
with:
13
- ruby-version: 3.1
+ ruby-version: 3.2
14
bundler-cache: true
15
- name: Run linter
16
run: bundle exec rubocop
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
strategy:
21
matrix:
22
- ruby: [3.1, 3.2, 3.3]
+ ruby: [3.2, 3.3, 3.4]
23
faraday_version: ['', '~> 1.0'] # Defaults to whatever's the most recent version.
24
steps:
25
- uses: actions/checkout@v4
0 commit comments