ci: remove ruby versions 2.5 and 2.6

This commit is contained in:
erciccione 2022-12-21 16:28:14 +00:00
parent f5a53a9e59
commit c0ad3ace97
No known key found for this signature in database
GPG Key ID: 762AF8C608E56CDF

View File

@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.5', '2.6', '2.7', '3.0.1' ]
ruby: [ '2.7', '3.0.1' ]
name: Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v2