diff options
| -rw-r--r-- | .github/workflows/ci.yml | 12 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 2 | ||||
| -rw-r--r-- | CHANGELOG.adoc | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba9ce4f2..6cf6a653 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,15 +27,15 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - ruby: [jruby-9.4.2.0, '2.7', '3.0', '3.2'] + ruby: [jruby-9.4.2.0, '2.7', '3.0', '3.3'] asciimath-version: [~] haml-version: [~] pygments-version: ['~> 2.3.0'] rouge-version: [~] exclude: - # remove 3.2 on ubuntu-latest to mark as primary + # remove 3.3 on ubuntu-latest to mark as primary - os: ubuntu-latest - ruby: '3.2' + ruby: '3.3' include: - os: ubuntu-latest ruby: truffleruby-22.2.0 @@ -46,7 +46,7 @@ jobs: ruby: jruby-9.2.21.0 pygments-version: ~ - os: macos-latest - ruby: '3.2' + ruby: '3.3' - os: ubuntu-latest ruby: '2.7' asciimath-version: '~> 1.0.0' @@ -60,7 +60,7 @@ jobs: ruby: '2.7' rouge-version: '~> 2.0.0' - os: ubuntu-latest - ruby: '3.2' + ruby: '3.3' primary: primary runs-on: ${{ matrix.os }} env: @@ -142,7 +142,7 @@ jobs: - name: Install Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.2' + ruby-version: '3.3' bundler-cache: true - name: Build dependents env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11aa7e4d..53aa378d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: - name: Install Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.2' + ruby-version: '3.3' bundler-cache: false - name: Configure Bundler run: | diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 54fcaa82..87a77e02 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -47,7 +47,7 @@ Compliance:: * Disallow the use of the left square bracket in an attribute list on formatted text (#4306) * Update stylesheet to use break-after in place of page-break-before/after/inside (#3466) * Drop support for Ruby < 2.7 and JRuby < 9.2 - * Update latest Ruby to 3.2 in CI workflows + * Update latest Ruby to 3.3 in CI workflows * Update latest JRuby in CI workflow to 9.4.2.0 Improvements:: |
