Bump h5bp/server-configs-test from 7.0.0 to 7.1.1
Bumps [h5bp/server-configs-test](https://github.com/h5bp/server-configs-test) from 7.0.0 to 7.1.1. - [Release notes](https://github.com/h5bp/server-configs-test/releases) - [Commits](https://github.com/h5bp/server-configs-test/compare/7.0.0...7.1.1) --- updated-dependencies: - dependency-name: h5bp/server-configs-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
60059af02f
commit
19451915cc
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Test with server-configs-test
|
- name: Test with server-configs-test
|
||||||
uses: h5bp/server-configs-test@7.0.0
|
uses: h5bp/server-configs-test@7.1.1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
server: nginx
|
server: nginx
|
||||||
|
@ -32,7 +32,7 @@ jobs:
|
||||||
tests: basic-file-access;caching;cache-busting;custom-errors;forbidden-files;precompressed-files-gzip;rewrites;ssl
|
tests: basic-file-access;caching;cache-busting;custom-errors;forbidden-files;precompressed-files-gzip;rewrites;ssl
|
||||||
|
|
||||||
- name: Benchmark
|
- name: Benchmark
|
||||||
uses: h5bp/server-configs-test@7.0.0
|
uses: h5bp/server-configs-test@7.1.1
|
||||||
with:
|
with:
|
||||||
command: benchmark
|
command: benchmark
|
||||||
server: nginx
|
server: nginx
|
||||||
|
|
Loading…
Reference in New Issue