diff --git a/.github/workflows/htaccess.yml b/.github/workflows/htaccess.yml index 58d17f29..ffb02b56 100644 --- a/.github/workflows/htaccess.yml +++ b/.github/workflows/htaccess.yml @@ -20,7 +20,7 @@ jobs: run: ./bin/build.sh test/conf/.htaccess test/build/htaccess_fixture.conf - name: Test with server-configs-test - uses: h5bp/server-configs-test@7.1.1 + uses: h5bp/server-configs-test@8.0.0 with: command: test server: httpd @@ -29,7 +29,7 @@ jobs: tests: basic-file-access:cache-busting:custom-errors:forbidden-files:enforce-gzip:precompressed-files-gzip:concatenation - name: Benchmark - uses: h5bp/server-configs-test@7.1.1 + uses: h5bp/server-configs-test@8.0.0 with: command: benchmark server: httpd diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index caa42700..85a3fdc4 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -31,7 +31,7 @@ jobs: "httpd.conf" - name: Test with server-configs-test - uses: h5bp/server-configs-test@7.1.1 + uses: h5bp/server-configs-test@8.0.0 with: command: test server: httpd @@ -41,7 +41,7 @@ jobs: tests: basic-file-access;caching;cache-busting;custom-errors;forbidden-files;enforce-gzip;precompressed-files-gzip;rewrites;ssl - name: Benchmark - uses: h5bp/server-configs-test@7.1.1 + uses: h5bp/server-configs-test@8.0.0 with: command: benchmark server: httpd