Skip to content

Commit 43a3256

Browse files
committed
Test across multiple versions of Ruby
1 parent 5a36b19 commit 43a3256

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
unit-tests:
1616
name: "Unit Tests"
1717
runs-on: ubuntu-latest
18+
strategy:
19+
matrix:
20+
ruby: ['2.7', '3.0', '3.1', '3.2']
1821
steps:
1922
# Install Ruby Testing Tools
2023
- name: Setup Ruby Testing Tools

0 commit comments

Comments
 (0)