We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f345d commit 9beb3c7Copy full SHA for 9beb3c7
1 file changed
.github/workflows/mri.yml
@@ -2,7 +2,7 @@ name: CI
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ master, dev ]
6
pull_request:
7
branches: [ master ]
8
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
os: [ubuntu-latest, macos-latest, windows-latest]
24
- ruby: ['3.2', '3.3', '3.4']
+ ruby: ['3.2', '3.3', '3.4', '4.0']
25
steps:
26
- uses: actions/checkout@v4
27
- name: Set up Ruby
0 commit comments