Skip to content

Commit f8019a7

Browse files
committed
* Update CI to run on ruby 3.4
1 parent 0e64b29 commit f8019a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- "3.1"
3131
- "3.2"
3232
- "3.3"
33+
- "3.4"
3334

3435
steps:
3536
- name: Checkout code
@@ -59,7 +60,7 @@ jobs:
5960
- name: Setup Ruby
6061
uses: ruby/setup-ruby@v1
6162
with:
62-
ruby-version: "3.3"
63+
ruby-version: "3.4"
6364
bundler-cache: true
6465

6566
- name: standardrb

0 commit comments

Comments
 (0)