.github/workflows/main.yml in alba-3.0.1 vs .github/workflows/main.yml in alba-3.0.2

- old
+ new

@@ -1,15 +1,15 @@ -name: Ruby +name: CI on: [push,pull_request] jobs: build: strategy: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - ruby: ['3.0', 3.1, 3.2, head, jruby, truffleruby] + ruby: ['3.0', 3.1, 3.2, head, truffleruby] # TODO: Add jruby after the error is resolved gemfile: [all, without_active_support, without_oj] exclude: - os: windows-latest ruby: jruby - os: windows-latest