Skip to content

Commit 69a0c6c

Browse files
committed
Use Ruby 3.4 in the latest version of CI
This PR uses Ruby 3.4 in the latest version of CI.
1 parent e1674e1 commit 69a0c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu]
21-
# Lowest and Latest version.
22-
ruby: ['2.7', '3.3']
21+
# Lowest and Latest versions.
22+
ruby: ['2.7', '3.4']
2323
entry:
2424
- { name: cucumber1_3, bats: test/cucumber.bats }
2525
- { name: cucumber2_4, bats: test/cucumber.bats }

0 commit comments

Comments
 (0)