Skip to content

Commit

Permalink
Let's see how we're doing if we only run on Ruby 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandervoord committed Nov 22, 2023
1 parent 161d58b commit 097b3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 097b3ec

Please sign in to comment.