Skip to content

Commit

Permalink
CI: Update test matrix
Browse files Browse the repository at this point in the history
Test stable Alchemy versions and latest Ruby 3.3
  • Loading branch information
tvdeyen committed May 6, 2024
1 parent ccb4b33 commit c986c57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ jobs:
fail-fast: false
matrix:
alchemy_branch:
- 7.0-stable
- 7.1-stable
- main
ruby:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
env:
ALCHEMY_BRANCH: ${{ matrix.alchemy_branch }}
steps:
Expand Down

0 comments on commit c986c57

Please sign in to comment.