Skip to content

Upgrade to Ruby 4.0.2 and refresh GitHub Actions #118

Upgrade to Ruby 4.0.2 and refresh GitHub Actions

Upgrade to Ruby 4.0.2 and refresh GitHub Actions #118

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
RSpec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: browser-actions/setup-firefox@v1
with:
firefox-version: '143.0.3'
- uses: browser-actions/setup-geckodriver@latest
with:
geckodriver-version: "0.36.0"
- uses: supercharge/mongodb-github-action@v1
with:
mongodb-version: "8.0"
- uses: ruby/setup-ruby@v1
with:
ruby-version: "4.0.2"
bundler-cache: true
- uses: GabrielBB/xvfb-action@v1
with:
run: |
bundle exec rake spec