1 parent ed28d60 commit 17fa67eCopy full SHA for 17fa67e
1 file changed
.github/workflows/ci.yml
@@ -6,22 +6,19 @@ on:
6
branches: [ main ]
7
jobs:
8
ci:
9
- name: ${{ matrix.ruby-version }} ${{ matrix.friendlyName }}-${{ matrix.arch }}
+ name: ${{ matrix.ruby-version }} ${{ matrix.friendlyName }}
10
runs-on: ${{ matrix.os }}
11
12
strategy:
13
matrix:
14
ruby-version:
15
- - "3.1"
16
- "3.2"
17
- "3.3"
18
- "3.4"
19
os:
20
- ubuntu-latest
21
- macos-latest
22
- windows-latest
23
- arch:
24
- - x64
25
include:
26
- os: ubuntu-latest
27
friendlyName: Linux
@@ -32,7 +29,7 @@ jobs:
32
29
33
30
steps:
34
31
- name: Checkout repository
35
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
36
- name: Setup Ruby and install bundle
37
uses: ruby/setup-ruby@v1
38
with:
0 commit comments