1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00

Test across multiple versions of Ruby

This commit is contained in:
Mark VanderVoord
2023-01-16 16:41:21 -05:00
parent 5a36b197fb
commit 43a3256747

View File

@@ -15,6 +15,9 @@ jobs:
unit-tests:
name: "Unit Tests"
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2']
steps:
# Install Ruby Testing Tools
- name: Setup Ruby Testing Tools