Skip to content

Commit

Permalink
Merge branch 'master' into bugs/mutex_m
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson authored Dec 26, 2023
2 parents beb5460 + c630206 commit 5e03bf6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "head"]
ruby:
[
"2.3",
"2.4",
"2.5",
"2.6",
"2.7",
"3.0",
"3.1",
"3.2",
"3.3",
"head",
]
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand Down

0 comments on commit 5e03bf6

Please sign in to comment.