name: Ubuntu ${{ matrix.ubuntu }}, Ruby ${{ matrix.ruby }}
strategy:
matrix:
- ubuntu: [20.04]
- ruby: [2.7, 3.0]
+ ubuntu: [20.04, 22.04]
+ ruby: [2.7, 3.0, 3.1]
runs-on: ubuntu-${{ matrix.ubuntu }}
env:
RAILS_ENV: test
sudo systemctl start postgresql
sudo -u postgres createuser -s $(id -un)
createdb openstreetmap
- psql -f db/functions/functions.sql openstreetmap
- name: Configure rails
run: |
cp config/github.database.yml config/database.yml