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 f6e511c commit d22cd81Copy full SHA for d22cd81
1 file changed
.github/workflows/spec.yml
@@ -11,12 +11,14 @@ permissions:
11
12
jobs:
13
spec:
14
+ runs-on: ubuntu-latest
15
+ name: Ruby ${{ matrix.ruby }}
16
strategy:
17
matrix:
- os: ['ubuntu-22.04', 'ubuntu-24.04']
- ruby-version: ['3.2', '3.3', '3.4']
18
- runs-on: ${{ matrix.os }}
19
-
+ ruby:
+ - '3.2'
20
+ - '3.3'
21
+ - '3.4'
22
steps:
23
- uses: actions/checkout@v3
24
- name: Set up Ruby
0 commit comments