]> git.openstreetmap.org Git - rails.git/blobdiff - .github/workflows/tests.yml
Remove some old debugging comments
[rails.git] / .github / workflows / tests.yml
index 79811c61242361c9517a7d9ed307b46ab8f9ddee..2ee32c44974fcb61bc99e78113055c533c0cbf9a 100644 (file)
@@ -10,8 +10,8 @@ jobs:
     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
@@ -40,8 +40,6 @@ jobs:
         sudo systemctl start postgresql
         sudo -u postgres createuser -s $(id -un)
         createdb openstreetmap
-        psql -c "CREATE EXTENSION btree_gist" openstreetmap
-        psql -f db/functions/functions.sql openstreetmap
     - name: Configure rails
       run: |
         cp config/github.database.yml config/database.yml