Skip to content

Commit

Permalink
Fix CI (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
intrip authored Jun 19, 2024
1 parent 365f39f commit 2d8f748
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
23 changes: 9 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,22 @@
name: Ruby

on:
push:
branches:
- master

pull_request:

name: CI
on: [push, pull_request]
jobs:
build:
tests:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '3.1.2'
- "3.1.2"
- "3.2.1"
- "3.3.1"

steps:
- uses: actions/checkout@v3
- name: Set up Ruby
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake
- name: Run tests
run: bin/test
9 changes: 4 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ GEM
net-smtp
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.7)
minitest (5.17.0)
net-imap (0.3.4)
date
Expand All @@ -59,11 +60,8 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nokogiri (1.14.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
racc (~> 1.4)
nokogiri (1.14.0-x86_64-linux)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
public_suffix (5.0.1)
racc (1.6.2)
Expand Down Expand Up @@ -97,6 +95,7 @@ GEM

PLATFORMS
arm64-darwin-21
arm64-darwin-22
x86_64-linux

DEPENDENCIES
Expand Down

0 comments on commit 2d8f748

Please sign in to comment.