.github/workflows/tests.yml in medieval_latina-1.4.0 vs .github/workflows/tests.yml in medieval_latina-2.0.0

- old
+ new

@@ -1,6 +1,6 @@ -name: Tests +name: Tests on: pull_request: branches: - master @@ -14,14 +14,13 @@ if: "contains(github.event.commits[0].message, '[ci skip]') == false" strategy: fail-fast: false matrix: os: - - macos + - macos - ubuntu ruby: - - 2.6 - 2.7 - 3.0 - 3.1 - 3.2 allow_failures: @@ -42,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