Skip to content

Commit

Permalink
Merge pull request sparklemotion#2892 from sparklemotion/flavorjones-…
Browse files Browse the repository at this point in the history
…drop-valgrind-on-2.7

ci: drop valgrind on 2.7
  • Loading branch information
flavorjones authored May 24, 2023
2 parents a6ad20b + 51bf5ea commit fe06196
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
rubocop:
runs-on: ubuntu-latest
container:
image: ghcr.io/sparklemotion/nokogiri-test:mri-3.1
image: ghcr.io/sparklemotion/nokogiri-test:mri-3.2
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
submodules: true
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
ruby-version: "3.2"
bundler-cache: true
bundler: latest
- run: bundle exec rake gumbo:test
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
fail-fast: false
matrix:
sys: ["enable", "disable"]
ruby: ["2.7", "3.0", "3.1", "3.2"]
ruby: ["3.0", "3.1", "3.2"]
mem: ["ruby"]
include:
- sys: "disable"
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
fail-fast: false
matrix:
sys: ["enable"]
ruby: ["3.1"]
ruby: ["3.2"]
env:
BUNDLE_GEMFILE: "Gemfile-libxml-ruby"
runs-on: ubuntu-latest
Expand All @@ -200,7 +200,7 @@ jobs:
fail-fast: false
matrix:
sys: ["disable"]
ruby: ["3.1"]
ruby: ["3.2"]
env:
BUNDLE_GEMFILE: "Gemfile-libxml-ruby"
runs-on: ubuntu-latest
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
fail-fast: false
matrix:
sys: ["disable"]
ruby: ["3.1"]
ruby: ["3.2"]
runs-on: ubuntu-latest
container:
image: ghcr.io/sparklemotion/nokogiri-test:mri-${{matrix.ruby}}
Expand Down Expand Up @@ -378,7 +378,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
ruby-version: "3.2"
bundler-cache: true
bundler: latest
- id: rcd_image_version
Expand Down

0 comments on commit fe06196

Please sign in to comment.