Skip to content

Commit a4340a1

Browse files
Bump h5bp/server-configs-test from 7.0.0 to 7.1.0
Bumps [h5bp/server-configs-test](https://github.com/h5bp/server-configs-test) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/h5bp/server-configs-test/releases) - [Commits](h5bp/server-configs-test@7.0.0...7.1.0) --- updated-dependencies: - dependency-name: h5bp/server-configs-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 36c9f08 commit a4340a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/htaccess.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: ./bin/build.sh test/conf/.htaccess test/build/htaccess_fixture.conf
2121

2222
- name: Test with server-configs-test
23-
uses: h5bp/server-configs-test@7.0.0
23+
uses: h5bp/server-configs-test@7.1.0
2424
with:
2525
command: test
2626
server: httpd
@@ -29,7 +29,7 @@ jobs:
2929
tests: basic-file-access:cache-busting:custom-errors:forbidden-files:enforce-gzip:precompressed-files-gzip:concatenation
3030

3131
- name: Benchmark
32-
uses: h5bp/server-configs-test@7.0.0
32+
uses: h5bp/server-configs-test@7.1.0
3333
with:
3434
command: benchmark
3535
server: httpd

.github/workflows/server.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
"httpd.conf"
3232
3333
- name: Test with server-configs-test
34-
uses: h5bp/server-configs-test@7.0.0
34+
uses: h5bp/server-configs-test@7.1.0
3535
with:
3636
command: test
3737
server: httpd
@@ -41,7 +41,7 @@ jobs:
4141
tests: basic-file-access;caching;cache-busting;custom-errors;forbidden-files;enforce-gzip;precompressed-files-gzip;rewrites;ssl
4242

4343
- name: Benchmark
44-
uses: h5bp/server-configs-test@7.0.0
44+
uses: h5bp/server-configs-test@7.1.0
4545
with:
4646
command: benchmark
4747
server: httpd

0 commit comments

Comments
 (0)