Skip to content

Commit 4e6f3cb

Browse files
committed
ci: test with ruby 3.4
1 parent 82aae1a commit 4e6f3cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
ruby: ["3.1", "3.2", "3.3", "head"]
23+
ruby: ["3.1", "3.2", "3.3", "3.4", "head"]
2424
steps:
2525
- uses: actions/checkout@v4
2626
- run: rm Gemfile.lock
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v4
4646
- uses: ruby/setup-ruby@v1
4747
with:
48-
ruby-version: "3.2"
48+
ruby-version: "3.4"
4949
bundler: latest
5050
- run: test/integration/user_journey_test.sh
5151
shell: bash

0 commit comments

Comments
 (0)