]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/test-kitchen.yml
Bump actions/cache from v1 to v2
[chef.git] / .github / workflows / test-kitchen.yml
index f62bc5d9308b252b9a11cfe811dfcd126010d8ce..a28a66e994c060a4475f76c6e25ba2835685b99c 100644 (file)
@@ -63,6 +63,9 @@ jobs:
           - osqa
           - otrs
           - passenger
+          - php
+          - php-apache
+          - php-fpm
           - piwik
           - planet
           - planet-current
@@ -104,7 +107,7 @@ jobs:
     - name: Setup ruby
       uses: actions/setup-ruby@v1
     - name: Cache gems
-      uses: actions/cache@v1
+      uses: actions/cache@v2
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}