Skip to content

Commit

Permalink
CI: Adjust build matrix
Browse files Browse the repository at this point in the history
Reduce the matrix to sane defaults:

- Remove Ruby 3.0
- Add Alchemy 7.2
- Remove Solidus 4.0
  • Loading branch information
tvdeyen committed Sep 6, 2024
1 parent 63f8749 commit a8ee7be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,21 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
alchemy:
- "7.2-stable"
- "main"
solidus:
- "4.0"
- "4.1"
- "4.2"
- "4.3"
env:
ALCHEMY_VERSION: ${{ matrix.alchemy }}
SOLIDUS_VERSION: ${{ matrix.solidus }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit a8ee7be

Please sign in to comment.