.github/workflows/main.yml in alba-3.4.0 vs .github/workflows/main.yml in alba-3.5.0

- old
+ new

@@ -10,12 +10,14 @@ build: strategy: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - ruby: ['3.0', 3.1, 3.2, 3.3, head, jruby, truffleruby] + ruby: ['3.0', 3.1, 3.2, 3.3, 3.4, head, jruby, truffleruby] gemfile: [all, without_active_support, without_oj] exclude: + - os: windows-latest + ruby: 3.4 - os: windows-latest ruby: jruby - os: windows-latest ruby: truffleruby runs-on: ${{ matrix.os }}