Skip to content

Commit 55b8e6c

Browse files
committed
Ensure tests are run for all Ruby versions; add more Ruby versions
1 parent 140a347 commit 55b8e6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@ on:
44
branches:
55
- develop
66
- 1-2-stable
7+
- 2-0-stable
78
pull_request:
89
jobs:
910
test:
1011
name: Test
1112
runs-on: ubuntu-latest
1213
timeout-minutes: 15
1314
strategy:
15+
fail-fast: false
1416
matrix:
15-
ruby: [2.4, 2.7, 3.0]
17+
ruby: [2.4, 2.5, 2.6, 2.7, 3.0, 3.1]
1618
steps:
1719
- name: Checkout code
1820
uses: actions/checkout@v3

0 commit comments

Comments
 (0)