Skip to content

[bundler] Bump prism from 1.8.0 to 1.9.0 in the monthly group (#161) #330

[bundler] Bump prism from 1.8.0 to 1.9.0 in the monthly group (#161)

[bundler] Bump prism from 1.8.0 to 1.9.0 in the monthly group (#161) #330

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version: [3.2, 3.3, 3.4]
steps:
- uses: actions/checkout@v6
with:
show-progress: "false"
- name: get bundler version
run: echo "BUNDLER=$(cat .bundler-version)" >> $GITHUB_ENV
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler: ${{ env.BUNDLER }}
bundler-cache: true
- run: bundle install
- run: bundle exec appraisal install
- run: bundle exec appraisal rake test