Skip to content

Commit df40434

Browse files
committed
.github: adding ruby versions 3.3 and 3.4
1 parent 08b085f commit df40434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest, macos-latest, windows-latest]
20-
ruby: ['3.1', '3.2']
20+
ruby: ['3.1', '3.2', '3.3', '3.4']
2121

2222
runs-on: ${{ matrix.os }}
2323
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)