mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Run tests for Ruby 3.1 and change from racer to mini_racer for Ruby 3.1 support
This commit is contained in:
parent
063c8bd786
commit
1be3c27165
12 changed files with 14 additions and 46 deletions
2
.github/workflows/continuous-integration.yml
vendored
2
.github/workflows/continuous-integration.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
ruby: ["3.0"]
|
||||
ruby: ["3.0", "3.1"]
|
||||
db: [sqlite, mysql, postgres]
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue