Skip to content

Commit

Permalink
Improve CI - use up-to-date Ruby, run half of checks per commit, sche…
Browse files Browse the repository at this point in the history
…dule checks (#22)
  • Loading branch information
PetrHeinz committed Aug 4, 2023
1 parent 35d7c4a commit da2925f
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
name: build

on: [push, pull_request]
on:
push:
schedule:
- cron: '20 5 * * 1'
workflow_dispatch:

jobs:
test:

runs-on: ubuntu-20.04

strategy:
fail-fast: false

matrix:
ruby-version:
- 3.2.1
- 3.1.2
- 3.0.0
- 2.7.2
- 2.6.6
- 2.5.8
- 2.4.10
- 2.3.8
- 2.2.10
- 3.2
- 3.1
- 3.0
- 2.7
- 2.6
- 2.5
- 2.4
- 2.3
- 2.2
- jruby-9.4.3.0
- jruby-9.2.14.0
- truffleruby-23.0.0
Expand Down

0 comments on commit da2925f

Please sign in to comment.