Skip to content

Commit 7a3e190

Browse files
committed
Update workflows.
1 parent 5d18f5a commit 7a3e190

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test-external.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- ubuntu
2020

2121
ruby:
22-
- "3.1"
2322
- "3.2"
2423
- "3.3"
24+
- "3.4"
2525

2626
steps:
2727
- uses: actions/checkout@v4

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- "3.1"
2929
- "3.2"
3030
- "3.3"
31+
- "3.4"
3132

3233
rubygems:
3334
- latest

0 commit comments

Comments
 (0)