Skip to content

Commit 65d7e23

Browse files
committed
chore: update CI matrix
1 parent 4fb5b18 commit 65d7e23

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.owner.login != github.event.pull_request.base.repo.owner.login
1515
name: 'Ruby ${{ matrix.ruby }}'
1616
runs-on: ubuntu-latest
17+
continue-on-error: ${{ matrix.optional || false }}
1718
strategy:
1819
fail-fast: false
1920
matrix:
@@ -22,8 +23,13 @@ jobs:
2223
- '3.0'
2324
- '3.1'
2425
- '3.2'
26+
- '3.3'
27+
- '3.4'
28+
include:
29+
- ruby: head
30+
- optional: true
2531
steps:
26-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
2733
- uses: ruby/setup-ruby@v1
2834
with:
2935
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)