.github/workflows/tests.yml in active_recall-1.8.0 vs .github/workflows/tests.yml in active_recall-1.8.3
- old
+ new
@@ -1,6 +1,6 @@
-name: Tests
+name: Tests
on:
pull_request:
branches:
- master
@@ -14,15 +14,17 @@
if: "contains(github.event.commits[0].message, '[ci skip]') == false"
strategy:
fail-fast: false
matrix:
os:
- - macos
+ - macos
- ubuntu
ruby:
- 2.7
- 3.0
+ - 3.1
+ - 3.2
allow_failures:
- false
include:
- os: ubuntu
ruby: ruby-head
@@ -39,6 +41,6 @@
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Test
- run: bundle exec rake spec || $ALLOW_FAILURES
\ No newline at end of file
+ run: bundle exec rake spec || $ALLOW_FAILURES