Skip to content

Commit 2b9ce35

Browse files
authored
Merge pull request #163 from brettchalupa/ruby-3.4
Update Ruby 3.4 build to not use preview
2 parents 482f9cd + e7aae4f commit 2b9ce35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
ruby-version: [3.4.0-preview2, 3.3, 3.2, 3.1]
11+
ruby-version: [3.4, 3.3, 3.2, 3.1]
1212

1313
steps:
1414
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)