Let's see how we're doing if we only run on Ruby 3.x

This commit is contained in:
Mark VanderVoord
2023-11-22 15:02:17 -05:00
parent 161d58bf54
commit 097b3ec42a
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2']
ruby: ['3.0', '3.1', '3.2']
steps:
# Install Multilib
- name: Install Multilib