1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

fix #1585 radial chart not working properly (#1751)

* fix #1585 radial chart not working properly

* Fix ruby version for test

* Make stroke color work for both dark and light
This commit is contained in:
Robert-Jan de Dreu
2023-10-20 17:50:35 +02:00
committed by GitHub
parent 13027f2050
commit f8f55f5f5c
4 changed files with 20 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.2
bundler-cache: true
- run: ruby --version