Skip to content

Commit

Permalink
--no-message
Browse files Browse the repository at this point in the history
  • Loading branch information
aristotelesbr committed Jan 30, 2024
1 parent 67fe1e6 commit f33cc04
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,27 @@ jobs:

strategy:
matrix:
os:
- ubuntu
- macos

ruby:
- '3.1'
- '3.2'
- '3.3'

experimental: [false]

include:
- os: ubuntu
ruby: truffleruby
experimental: true
- os: ubuntu
ruby: jruby
experimental: true
- os: ubuntu
ruby: head
experimental: true

steps:
- uses: actions/checkout@v4

Expand All @@ -33,4 +49,3 @@ jobs:

- name: Run tests
run: RACK_ENV='test' bundle exec rspec

0 comments on commit f33cc04

Please sign in to comment.