Skip to content

Commit

Permalink
Merge pull request #132 from koic/use_ruby_33_in_ci
Browse files Browse the repository at this point in the history
Use Ruby 3.3 in the latest version of CI
  • Loading branch information
koic authored Dec 30, 2023
2 parents 3dff893 + 223d07b commit e1674e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
os: [ubuntu]
# Lowest and Latest version.
ruby: ['2.7', '3.2']
ruby: ['2.7', '3.3']
entry:
- { name: cucumber1_3, bats: test/cucumber.bats }
- { name: cucumber2_4, bats: test/cucumber.bats }
Expand Down

0 comments on commit e1674e1

Please sign in to comment.