Skip to content

feat: Remove obsolete postal_code_pattern_type from subdivisions #54

feat: Remove obsolete postal_code_pattern_type from subdivisions

feat: Remove obsolete postal_code_pattern_type from subdivisions #54

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby: ["3.2", "3.1", "3.0", "2.7"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle install
- run: bundle exec rake test