diff --git a/.github/workflows/htaccess.yml b/.github/workflows/htaccess.yml index ece84336..d5ddce31 100644 --- a/.github/workflows/htaccess.yml +++ b/.github/workflows/htaccess.yml @@ -23,7 +23,7 @@ jobs: uses: grafana/setup-k6-action@v1 - name: Test with server-configs-test - uses: h5bp/server-configs-test@8.0.0 + uses: h5bp/server-configs-test@8.1.1 with: command: test server: httpd @@ -32,7 +32,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@8.0.0 + uses: h5bp/server-configs-test@8.1.1 with: command: benchmark server: httpd diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index db53b88a..92bc3117 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -34,7 +34,7 @@ jobs: uses: grafana/setup-k6-action@v1 - name: Test with server-configs-test - uses: h5bp/server-configs-test@8.0.0 + uses: h5bp/server-configs-test@8.1.1 with: command: test server: httpd @@ -44,7 +44,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@8.0.0 + uses: h5bp/server-configs-test@8.1.1 with: command: benchmark server: httpd