Skip to content

Commit

Permalink
Let's add ruby 3.1 in to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpawlyn committed Jan 25, 2024
1 parent a527cb4 commit 9aef878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
ruby: [ '3.2.2', '3.3.0' ]
ruby: [ '3.1', '3.2', '3.3' ]
steps:
- name: Checkout icd-api
uses: actions/checkout@v2
Expand Down

0 comments on commit 9aef878

Please sign in to comment.