Skip to content

Commit

Permalink
CI: Update Ruby
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <[email protected]>
  • Loading branch information
ashie committed Mar 10, 2022
1 parent 5bfcef0 commit 013f1da
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: linux
on:
- push
- pull_request
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
ruby: [ '2.4', '2.5', '2.6', '2.7' ]
ruby: [ '3.1', '3.0', '2.7', '2.6' ]
os:
- ubuntu-latest
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
Expand Down

0 comments on commit 013f1da

Please sign in to comment.