Skip to content

Commit

Permalink
Merge pull request #4 from monade/maintenance-april-2024
Browse files Browse the repository at this point in the history
chore: ruby test versions updated
  • Loading branch information
lcastelnovo authored Apr 16, 2024
2 parents d172617 + 9a95a68 commit 2ef0002
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: ['3.0', 3.1, '3.2', '3.3', head, truffleruby]
ruby: [3.1, 3.2, 3.3, head, truffleruby]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/log
/tmp
.tool-versions
.vscode
.vscode
.idea

0 comments on commit 2ef0002

Please sign in to comment.