Drop Ruby 2.7

This commit is contained in:
Matthias Grosser 2025-06-04 00:22:52 +02:00
parent 8d93f295cf
commit 560aff2283

View File

@ -13,7 +13,7 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']
ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4']
steps:
- uses: actions/checkout@v2