mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-30 14:35:55 +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:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
ruby: [ '3.1.6','3.2.4' ]
|
||||
ruby: [ '3.1.6','3.3.4' ]
|
||||
name: Ruby ${{ matrix.ruby }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
@ -1 +1 @@
|
|||
3.1.4
|
||||
3.3.4
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
command = "jekyll build --trace --limit-posts 10"
|
||||
|
||||
[build.environment]
|
||||
RUBY_VERSION = "3.1.4"
|
||||
RUBY_VERSION = "3.3.4"
|
||||
|
||||
[build.processing]
|
||||
skip_processing = true
|
||||
|
|
Loading…
Reference in a new issue