Skip to content

Commit 4e30a89

Browse files
authored
adding ruby 3.4 to test action (#48)
1 parent fd7de6c commit 4e30a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
ruby-version: ['3.1', '3.2', '3.3']
23+
ruby-version: ['3.1', '3.2', '3.3', '3.4']
2424

2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)