Skip to content

Commit b69b655

Browse files
committed
ci: add previous OS version dimensions
1 parent cafb20b commit b69b655

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ruby.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,19 @@ on:
1515

1616
jobs:
1717
test:
18-
1918
runs-on: ${{ matrix.os }}
2019
strategy:
20+
fail-fast: false
21+
2122
matrix:
22-
os: [ubuntu-latest, macos-latest]
23+
os: [ubuntu-latest, macos-latest, ubuntu-18.04, macos-10.15]
2324
ruby-version: ['2.6', '2.7', '3.0']
2425

2526
steps:
2627
- uses: actions/checkout@v2
2728
- name: Brew automake
2829
run: brew install automake
29-
if: matrix.os == 'macos-latest'
30+
if: startsWith(matrix.os, 'macOS')
3031
- name: Set up Ruby
3132
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
3233
# change this to (see https://github.com/ruby/setup-ruby#versioning):

0 commit comments

Comments
 (0)