Skip to content

Commit

Permalink
Merge pull request #104 from jrafanie/test_ruby31_and_30
Browse files Browse the repository at this point in the history
Test with ruby 3.1 and 3.0
  • Loading branch information
Fryguy authored Feb 13, 2024
2 parents 0655b1b + 2db25b5 commit 2915e50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---
name: CI

on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0'

- cron: 0 0 * * 0
jobs:
ci:
runs-on: ubuntu-latest
Expand All @@ -16,12 +15,13 @@ jobs:
- '2.6'
- '2.7'
- '3.0'
- '3.1'
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
ruby-version: "${{ matrix.ruby-version }}"
bundler-cache: true
timeout-minutes: 30
- name: Run tests
Expand Down

0 comments on commit 2915e50

Please sign in to comment.