summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2024-01-07 15:45:59 +0300
committerGitHub <noreply@github.com>2024-01-07 15:45:59 +0300
commit16d9941832dff2fbb8a8c3d7ae6d2011856b6faf (patch)
treedb88e5b4062304fd6d2d6b1ea04abbc9ff2d84ea /.github
parent1b9332f7f6b667c42bd491c7c0c73db53b8f8f32 (diff)
bump oldest supported Ruby & Asciidoctor (#452)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml15
-rw-r--r--.github/workflows/release.yml2
2 files changed, 4 insertions, 13 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f940516..0f2f582 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.1'
+ ruby-version: '3.3'
bundler-cache: true
- name: Lint
run: bundle exec rake lint
@@ -30,17 +30,11 @@ jobs:
needs: activate
strategy:
matrix:
- # TODO: Use 'jruby-9.2' when https://github.com/jruby/jruby/issues/6648 is fixed
- ruby: ['jruby-9.2.16', '2.5', '2.6', '2.7', '3.0', '3.1']
+ ruby: ['jruby-9.3', 'jruby-9.4', '2.6', '3.3']
os: [ubuntu-latest, windows-latest]
- asciidoctor: ['']
include:
- - ruby: '3.1'
- os: ubuntu-latest
- asciidoctor: '1.5.6'
- - ruby: '3.1'
+ - ruby: '3.3'
os: macos-latest
- asciidoctor: ''
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
@@ -50,9 +44,6 @@ jobs:
with:
distribution: 'adopt'
java-version: '17'
- - name: Set up Asciidoctor
- if: matrix.asciidoctor != ''
- run: echo "ASCIIDOCTOR_VERSION=${{ matrix.asciidoctor }}" >> "${GITHUB_ENV}"
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 0bed032..c22484e 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.1'
+ ruby-version: '3.3'
- name: Publish to RubyGems.org
uses: dawidd6/action-publish-gem@v1
with: