Skip to content

Commit

Permalink
If we're not supporting 2.7, why am I still testing against it?
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandervoord committed Apr 7, 2024
1 parent a70296e commit 313385e
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 @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2']
ruby: ['3.0', '3.1', '3.2']
steps:
# Use a cache for our tools to speed up testing
- uses: actions/cache@v3
Expand Down

0 comments on commit 313385e

Please sign in to comment.