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: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
ruby: [ '2.5', '2.6', '2.7', '3.0.1' ] ruby: [ '2.7', '3.0.1' ]
name: Ruby ${{ matrix.ruby }} name: Ruby ${{ matrix.ruby }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2