Skip to content

Commit

Permalink
disable 2.7 build.x
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Jan 23, 2025
1 parent ee5a546 commit d4c974d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.7, '3.0', '3.1', '3.2', "head", "jruby"]
# commenting out 2.7 because of dry.
ruby: ['3.0', '3.1', '3.2', "3.3", "head", "jruby"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d4c974d

Please sign in to comment.