From 95837f545c0bd3a7ea8a80d192a03f6fb65e1713 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sun, 16 Apr 2023 04:19:39 -0600 Subject: upgrade JRuby in CI workflow --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c657382f..a8570f4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - ruby: [jruby-9.3.8.0, '2.5', '2.7', '3.0', '3.2'] + ruby: [jruby-9.4.2.0, '2.5', '2.7', '3.0', '3.2'] asciimath-version: [~] haml-version: [~] pygments-version: ['~> 2.0'] @@ -86,6 +86,12 @@ jobs: run: | echo 'BUNDLE_WITHOUT=docs' >> $GITHUB_ENV echo 'COVERAGE=true' >> $GITHUB_ENV + - name: Upgrade Java (JRuby for Windows) + if: matrix.os == 'windows-latest' + uses: actions/setup-java@v3 + with: + distribution: temurin + java-version: '17' - name: Install Ruby (uses cached dependencies for non-scheduled build) uses: ruby/setup-ruby@v1 with: -- cgit v1.2.3