mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-28 18:56:33 +02:00
test netlify ruby versions
This commit is contained in:
parent
6be9f0e054
commit
80fc727113
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 New Issue
Block a user