mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Start testing Ruby 3.2
This commit is contained in:
parent
ddd8cb8f29
commit
12d7b7911c
5 changed files with 109 additions and 1 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", "3.1"]
|
||||
ruby: ["3.0", "3.1", "3.2"]
|
||||
db: [sqlite, mysql, postgres]
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue