Run tests for Ruby 3.1 and change from racer to mini_racer for Ruby 3.1 support

This commit is contained in:
Jyri-Petteri Paloposki 2024-06-06 01:16:18 +03:00
parent 063c8bd786
commit 1be3c27165
12 changed files with 14 additions and 46 deletions

View file

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["3.0"]
ruby: ["3.0", "3.1"]
db: [sqlite, mysql, postgres]
steps: