mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-06-05 21:15:20 +00:00
Force ourselves to test with Ruby 3.
Fix some issues that have been lurking.
This commit is contained in:
@@ -16,6 +16,11 @@ jobs:
|
||||
name: "Unit Tests"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.0' # Not needed with a .ruby-version file
|
||||
bundler-cache: true # runs 'bundle install' and caches
|
||||
|
||||
# Install Multilib
|
||||
- name: Install Multilib
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user