Skip to content

Commit

Permalink
fix gh action matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
glaszig committed Jan 31, 2024
1 parent 992b891 commit 593cd2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
fail-fast: false
matrix:
ruby:
- 3.0
- 3.1
- 3.2
- 3.3
- "3.0"
- "3.1"
- "3.2"
- "3.3"
- head
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 593cd2c

Please sign in to comment.