Skip to content

Commit e365224

Browse files
committed
Test on 3.3 also
1 parent 41a5681 commit e365224

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-ruby.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
matrix:
1818
os:
1919
- ubuntu-latest
20-
ruby: ['2.7', '3.0', '3.1', '3.2']
20+
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']
2121
include:
2222
- os: windows-latest
23-
ruby: '3.2'
23+
ruby: '3.3'
2424
- os: macos-latest
25-
ruby: '3.2'
25+
ruby: '3.3'
2626

2727
steps:
2828
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)