Skip to content

Commit

Permalink
run actions on main and pr, remove ruby 2.6 & .7 as eol
Browse files Browse the repository at this point in the history
  • Loading branch information
deanpcmad committed Nov 7, 2023
1 parent 6df42b0 commit 3857906
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
name: CI
on: push

on:
push:
branches:
- main

pull_request:

jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby_version:
- 2.6
- 2.7
- 3.0
- 3.1
- 3.2
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
Expand Down

0 comments on commit 3857906

Please sign in to comment.