Skip to content

Commit 9beb3c7

Browse files
committed
Update CI to run on dev branch and add Ruby 4.0
1 parent 73f345d commit 9beb3c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mri.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master, dev ]
66
pull_request:
77
branches: [ master ]
88

@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest, macos-latest, windows-latest]
24-
ruby: ['3.2', '3.3', '3.4']
24+
ruby: ['3.2', '3.3', '3.4', '4.0']
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: Set up Ruby

0 commit comments

Comments
 (0)