We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9eaaa commit bba8ed7Copy full SHA for bba8ed7
.github/workflows/check.yml
@@ -20,6 +20,7 @@ jobs:
20
- '3.2'
21
- '3.3'
22
- '3.4'
23
+ - '4.0'
24
- jruby-9.4
25
- jruby-10.0
26
fail-fast: false
.github/workflows/livecheck.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v6
18
- uses: ruby/setup-ruby@v1
19
with:
- ruby-version: '3'
+ ruby-version: '4'
bundler-cache: true
- env:
RETRY: ${{ inputs.retry }}
.github/workflows/rubocop.yml
@@ -11,6 +11,6 @@ jobs:
11
12
13
14
15
16
- run: bundle exec rubocop
0 commit comments