diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2022-04-03 23:19:42 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-03 23:19:42 +0300 |
| commit | 9c52ffd858bbcb33aafc54ab3153bcaf918c9304 (patch) | |
| tree | 5830e3fc36ccd211b61532aac7993fb7ed722815 /.github | |
| parent | a2a028eff1a6234a115f80afe3259fc40ed42fd7 (diff) | |
Update Rubies on CI (#416)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 8 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db44fe7..13072ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.0' + ruby-version: '3.1' bundler-cache: true - name: Lint run: bundle exec rake lint @@ -31,14 +31,14 @@ jobs: strategy: matrix: # TODO: Use 'jruby-9.2' when https://github.com/jruby/jruby/issues/6648 is fixed - ruby: ['jruby-9.2.16', '2.4', '2.5', '2.6', '2.7', '3.0'] + ruby: ['jruby-9.2.16', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1'] os: [ubuntu-latest, windows-latest] asciidoctor: [''] include: - - ruby: '3.0' + - ruby: '3.1' os: ubuntu-latest asciidoctor: '1.5.6' - - ruby: '3.0' + - ruby: '3.1' os: macos-latest asciidoctor: '' runs-on: ${{ matrix.os }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14da863..f8f7b14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.0' + ruby-version: '3.1' - name: Publish to RubyGems.org uses: dawidd6/action-publish-gem@v1 with: |
