template/.github/workflows/test.yml.tt in microgem-1.1.1 vs template/.github/workflows/test.yml.tt in microgem-1.1.2
- old
+ new
@@ -7,22 +7,22 @@
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
- - jruby-9.3.2
- - truffleruby-21.3.0
+ - '3.3'
+ - '3.2'
+ - '3.1'
+ - '3.0'
+ - jruby
+ - truffleruby
os:
- ubuntu-latest
- # - macos-latest
+ - macos-latest
runs-on: ${{matrix.os}}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
@@ -33,16 +33,16 @@
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
+ - '3.3'
+ - '3.2'
+ - '3.1'
+ - '3.0'
runs-on: windows-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true