Skip to content

Commit 5fcf25c

Browse files
authored
Merge pull request #381 from kenhys/update-ci-target
github: update target version of Ruby 3.4
2 parents 94835a7 + 2cf77a4 commit 5fcf25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest]
18-
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4.0-preview2']
18+
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
1919
include:
2020
- os: macos-13
2121
ruby: '2.5'

0 commit comments

Comments
 (0)