.github/workflows/main.yml in alba-2.1.0 vs .github/workflows/main.yml in alba-2.2.0

- old
+ new

@@ -6,10 +6,10 @@ build: strategy: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - ruby: [2.6, 2.7, 3.0, 3.1, head, jruby, truffleruby] + ruby: [2.7, 3.0, 3.1, 3.2, head, jruby, truffleruby] gemfile: [all, without_active_support, without_oj] exclude: - os: windows-latest ruby: jruby - os: windows-latest