Skip to content

fix: Sep 2024 update, FTP updates retired. (#59) #154

fix: Sep 2024 update, FTP updates retired. (#59)

fix: Sep 2024 update, FTP updates retired. (#59) #154

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.0', '3.1', '3.2', '3.3' ]
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake