.github/workflows/test.yml in pstore-0.1.3 vs .github/workflows/test.yml in pstore-0.1.4
- old
+ new
@@ -14,9 +14,12 @@
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
matrix:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ ubuntu-latest, macos-latest ]
+ exclude:
+ - { os: macos-latest, ruby: '2.4' }
+ - { os: macos-latest, ruby: '2.5' }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1