Skip to content

Commit

Permalink
Align github CI matrix with supported rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Nov 5, 2024
1 parent 0bf5b94 commit c1da0c3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ on:

jobs:
test:

strategy:
matrix:
os: [ubuntu-latest]
ruby-version: [2.6, 2.7, '3.0', 3.1, 3.2]
ruby-version:
- "3.0"
- "3.1"
- "3.2"
- "3.3"

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit c1da0c3

Please sign in to comment.