mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-30 22:45:54 +00:00
test netlify ruby versions
This commit is contained in:
parent
6be9f0e054
commit
80fc727113
3 changed files with 3 additions and 3 deletions
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: [ '3.1.6','3.2.4' ]
|
ruby: [ '3.1.6','3.3.4' ]
|
||||||
name: Ruby ${{ matrix.ruby }}
|
name: Ruby ${{ matrix.ruby }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
3.1.4
|
3.3.4
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
command = "jekyll build --trace --limit-posts 10"
|
command = "jekyll build --trace --limit-posts 10"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
RUBY_VERSION = "3.1.4"
|
RUBY_VERSION = "3.3.4"
|
||||||
|
|
||||||
[build.processing]
|
[build.processing]
|
||||||
skip_processing = true
|
skip_processing = true
|
||||||
|
|
Loading…
Reference in a new issue