.github/workflows/test.yml in rabbit_messaging-0.12.0 vs .github/workflows/test.yml in rabbit_messaging-0.12.1
- old
+ new
@@ -13,12 +13,10 @@
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
bundler-cache: true
- - name: Create log dir
- run: mkdir -p log
- name: Run Linter
run: bundle exec rubocop
- name: Run audit
run: bundle exec rake bundle:audit
- name: Run specs
@@ -35,11 +33,11 @@
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'umbrellio/rabbit_messaging'
strategy:
fail-fast: false
matrix:
- ruby: ["2.5", "2.6", "2.7"]
+ ruby: ["2.6", "2.7", "3.0"]
experimental: [false]
include:
- ruby: head
experimental: true
@@ -47,9 +45,7 @@
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- - name: Create log dir
- run: mkdir -p log
- name: Run specs
run: bundle exec rspec