]> git.openstreetmap.org Git - rails.git/blobdiff - .github/workflows/tests.yml
Add ruby 3.0 to test matrix
[rails.git] / .github / workflows / tests.yml
index 04caddf41b5061d8c6de37b61019e49985772718..ee2a85862bbd7599c361af83b0136dc400230619 100644 (file)
@@ -8,7 +8,7 @@ jobs:
     strategy:
       matrix:
         ubuntu: [18.04, 20.04]
-        ruby: [2.5, 2.7]
+        ruby: [2.5, 2.7, 3.0]
     runs-on: ubuntu-${{ matrix.ubuntu }}
     env:
       RAILS_ENV: test
@@ -17,7 +17,7 @@ jobs:
     - name: Checkout source
       uses: actions/checkout@v2.3.4
     - name: Setup ruby
-      uses: actions/setup-ruby@v1
+      uses: actions/setup-ruby@v1.1.3
       with:
         ruby-version: ${{ matrix.ruby }}
     - name: Cache gems