template/.github/workflows/test.yml.tt in microgem-1.1.0 vs template/.github/workflows/test.yml.tt in microgem-1.1.1
- old
+ new
@@ -7,16 +7,16 @@
name: Ruby ${{ matrix.ruby }} (${{ matrix.os }})
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
matrix:
ruby:
+ - 3.1
- 3.0
- 2.7
- 2.6
- - 2.5
- - jruby-9.2.13.0
- - truffleruby-20.3.0
+ - jruby-9.3.2
+ - truffleruby-21.3.0
os:
- ubuntu-latest
# - macos-latest
runs-on: ${{matrix.os}}
steps:
@@ -33,13 +33,13 @@
name: Ruby ${{ matrix.ruby }} (windows-latest)
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
matrix:
ruby:
+ - 3.1
- 3.0
- 2.7
- 2.6
- - 2.5
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1