- refactor to match coding standards.

- test against Ruby 3.3 also.
This commit is contained in:
Mark VanderVoord
2024-10-23 16:01:48 -04:00
parent 7d6ec0354a
commit d5e938e4b1
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.0', '3.1', '3.2']
ruby: ['3.0', '3.1', '3.2', '3.3']
steps:
# Install Multilib
- name: Install Multilib