test netlify ruby versions

This commit is contained in:
plowsof 2024-07-10 21:25:56 +01:00
parent 6be9f0e054
commit 80fc727113
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -1 +1 @@
3.1.4
3.3.4

View file

@ -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