We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58cc2f commit 18fa5bdCopy full SHA for 18fa5bd
.github/workflows/macos.yml
@@ -4,8 +4,6 @@ on:
4
push:
5
branches:
6
- 'main'
7
- - '*-maintenance'
8
- - '*-dev'
9
- '*-stable'
10
tags:
11
- '!*' # Do not execute on tags
@@ -38,9 +36,7 @@ jobs:
38
36
bundler:
39
37
- latest
40
ruby:
41
- - "2.7"
42
- - "3.0"
43
- - "3.1"
+ - ruby
44
- truffleruby
45
46
runs-on: macos-latest
.github/workflows/windows.yml
runs-on: windows-latest
continue-on-error: ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
0 commit comments