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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user