]> git.openstreetmap.org Git - rails.git/blobdiff - .github/workflows/tests.yml
Localisation updates from https://translatewiki.net.
[rails.git] / .github / workflows / tests.yml
index 1d7c5035041c6c97fced029598a6e50761c8bfe4..d4a721ff65ff0c523df1b8a59190244ffe0a769d 100644 (file)
@@ -7,7 +7,7 @@ jobs:
     name: Ubuntu ${{ matrix.ubuntu }}, Ruby ${{ matrix.ruby }}
     strategy:
       matrix:
-        ubuntu: [18.04, 20.04]
+        ubuntu: [20.04]
         ruby: [2.7, 3.0]
     runs-on: ubuntu-${{ matrix.ubuntu }}
     env:
@@ -15,7 +15,7 @@ jobs:
       OPENSTREETMAP_MEMCACHE_SERVERS: 127.0.0.1
     steps:
     - name: Checkout source
-      uses: actions/checkout@v2.4.0
+      uses: actions/checkout@v3
     - name: Setup ruby
       uses: actions/setup-ruby@v1.1.3
       with:
@@ -37,7 +37,7 @@ jobs:
     - name: Install packages
       run: |
         sudo apt-get -yqq update
-        sudo apt-get -yqq install memcached
+        sudo apt-get -yqq install memcached libvips-dev
     - name: Install gems
       run: |
         gem install bundler