X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/649c05666604a5f56b220a12c24cb152d56e3e91..aeec9d76523c9730dfa7c4c0dbee6514f131f16f:/.github/workflows/test-kitchen.yml?ds=sidebyside diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index f62bc5d93..a28a66e99 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -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') }}