Skip to content

Commit 93c91ac

Browse files
committed
Refactor GitHub Actions workflow to streamline Ruby version matrix
1 parent 6aaf3c1 commit 93c91ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
name: Ruby
2-
32
on:
43
push:
54
branches:
65
- main
7-
86
pull_request:
9-
107
jobs:
118
build:
129
runs-on: ubuntu-latest
1310
name: Ruby ${{ matrix.ruby }}
1411
strategy:
1512
matrix:
1613
ruby:
17-
- '4.0.0'
18-
14+
- '3.2'
15+
- '3.3'
16+
- '3.4'
17+
- '4.0'
18+
- 'head'
1919
steps:
2020
- uses: actions/checkout@v4
2121
with:

0 commit comments

Comments
 (0)