Skip to content

Commit a57ac66

Browse files
authored
Add Ruby 3.4 to CI
1 parent 5a3d56d commit a57ac66

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ name: CI
33
on:
44
push:
55
pull_request:
6-
types:
7-
- opened
8-
- synchronize
9-
- reopened
6+
workflow_dispatch:
107

118
jobs:
129
ubuntu:
@@ -19,6 +16,7 @@ jobs:
1916
os:
2017
- ubuntu-latest
2118
ruby:
19+
- "3.4"
2220
- "3.3"
2321
- "3.2"
2422
- "3.1"

0 commit comments

Comments
 (0)