.github/workflows/main.yml in alba-1.5.0 vs .github/workflows/main.yml in alba-1.6.0
- old
+ new
@@ -6,12 +6,14 @@
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
- ruby: [2.5, 2.6, 2.7, 3.0, head, jruby, truffleruby]
+ ruby: [2.5, 2.6, 2.7, 3.0, 3.1, head, jruby, truffleruby]
gemfile: [all, without_active_support, without_oj]
exclude:
+ - os: windows-latest
+ ruby: 3.1
- os: windows-latest
ruby: jruby
- os: windows-latest
ruby: truffleruby
runs-on: ${{ matrix.os }}