Skip to content

Commit e1674e1

Browse files
authored
Merge pull request #132 from koic/use_ruby_33_in_ci
Use Ruby 3.3 in the latest version of CI
2 parents 3dff893 + 223d07b commit e1674e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
os: [ubuntu]
2121
# Lowest and Latest version.
22-
ruby: ['2.7', '3.2']
22+
ruby: ['2.7', '3.3']
2323
entry:
2424
- { name: cucumber1_3, bats: test/cucumber.bats }
2525
- { name: cucumber2_4, bats: test/cucumber.bats }

0 commit comments

Comments
 (0)