Skip to content

Commit 8d09bc4

Browse files
authored
Merge pull request #59 from willnet/update-ci-env
Update CI environment
2 parents 10fc4aa + 7c0a762 commit 8d09bc4

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,22 @@ jobs:
99

1010
matrix:
1111
os:
12-
- macos-10.15
13-
- macos-11.0
12+
- macos-14
13+
- macos-15
1414

1515
ruby-version:
16-
- '2.3'
17-
- '2.4'
18-
- '2.5'
1916
- '2.6'
2017
- '2.7'
2118
- '3.0'
2219
- '3.1'
2320
- '3.2'
21+
- '3.3'
22+
- '3.4'
2423
- ruby-head
2524

2625
runs-on: ${{ matrix.os }}
2726
steps:
28-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v5
2928

3029
- uses: ruby/setup-ruby@v1
3130
with:

0 commit comments

Comments
 (0)