Skip to content

Commit

Permalink
Use strings for Ruby versions in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Nov 29, 2023
1 parent f9641c6 commit 50b73de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
fail-fast: false
matrix:
ruby:
- 2.7
- 3.0
- 3.1
- '2.7'
- '3.0'
- '3.1'

steps:
- name: Get hammer-cli
Expand Down

0 comments on commit 50b73de

Please sign in to comment.