Skip to content

Commit

Permalink
chore: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Aug 23, 2024
1 parent 49dc61d commit 3ad4eef
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
27 changes: 13 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v4
with:
version: 7.4.1

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
node-version: 16
node-version: 22

- run: pnpm install --frozen-lockfile

Expand Down Expand Up @@ -58,27 +58,26 @@ jobs:
matrix:
os: [ubuntu-latest]
ruby: [
"3.0",
"3.1",
"3.2",
"3.3",
]
gemfile: [
"Gemfile-rails.6.1.x",
"Gemfile-rails.7.0.x",
"Gemfile-rails.7.1.x",
"Gemfile-rails.7.2.x",
]
experimental: [false]
# include:
# - ruby: "3.1"
# os: ubuntu-latest
# gemfile: Gemfile-rails-edge
# experimental: true
include:
- ruby: "3.3"
os: ubuntu-latest
gemfile: Gemfile-rails-edge
experimental: true
env:
BUNDLE_JOBS: 4
BUNDLE_RETRY: 3
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"

gem "rails", "~> 6.1.0"
gem "rails", "~> 7.1.0"

gemspec path: "../types_from_serializers"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"

gem "rails", "~> 7.0.3"
gem "rails", "~> 7.2.0"

gemspec path: "../types_from_serializers"

0 comments on commit 3ad4eef

Please sign in to comment.