diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-02-20 23:52:10 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-02-21 03:06:28 -0700 |
| commit | 048569bae5fbee0b25fd1e3d7e187b75e449477b (patch) | |
| tree | 43b29649f792fa63f041122a8311de3f7d0527d4 /.github | |
| parent | 3939f0e7dbdc961d8ed103c422380ceaea72a92c (diff) | |
update latest Ruby to 3.2 in CI workflows
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 12 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 325d4b74..52bdc33e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,14 +27,14 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - ruby: [jruby-9.3.8.0, '2.5', '2.7', '3.0', '3.1'] + ruby: [jruby-9.3.8.0, '2.5', '2.7', '3.0', '3.2'] asciimath-version: [~] pygments-version: ['~> 2.0'] rouge-version: [~] exclude: - # remove 3.1 on ubuntu-latest to mark as primary + # remove 3.2 on ubuntu-latest to mark as primary - os: ubuntu-latest - ruby: '3.1' + ruby: '3.2' include: - os: ubuntu-latest ruby: truffleruby-22.2.0 @@ -45,7 +45,7 @@ jobs: ruby: jruby-9.2.21.0 pygments-version: ~ - os: macos-latest - ruby: '3.1' + ruby: '3.2' - os: ubuntu-latest ruby: '2.5' asciimath-version: '~> 1.0.0' @@ -56,7 +56,7 @@ jobs: ruby: '2.5' rouge-version: '~> 2.0.0' - os: ubuntu-latest - ruby: '3.1' + ruby: '3.2' primary: primary runs-on: ${{ matrix.os }} env: @@ -130,7 +130,7 @@ jobs: - name: Install Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.1' + ruby-version: '3.2' bundler-cache: true - name: Build dependents env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5bddf795..a51467e6 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.1' + ruby-version: '3.2' bundler-cache: false - name: Configure Bundler run: | |
