mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-19 16:13:58 +02:00
ci: remove ruby versions 2.5 and 2.6
This commit is contained in:
parent
f5a53a9e59
commit
c0ad3ace97
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user