Skip to content

Commit

Permalink
Merge pull request #3 from JV-conseil/ruby3.1.4-alpine3.18
Browse files Browse the repository at this point in the history
Ruby3.1.4 alpine3.18
  • Loading branch information
JV-conseil authored Aug 25, 2023
2 parents 0d91293 + 46aba38 commit f528b68
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/codeowners
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* @envygeeks
* @JV-conseil
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
- jekyll:pages
steps:
- uses: actions/checkout@v3
- uses: actions/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.x'
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle install
- run: |
echo $'{\n "experimental": true\n}' | \
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
- jekyll:pages
steps:
- uses: actions/checkout@v3
- uses: actions/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.x'
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle install
- run: |
echo $'{\n "experimental": true\n}' | \
Expand Down

0 comments on commit f528b68

Please sign in to comment.