Skip to content

Commit

Permalink
Bump h5bp/server-configs-test from 7.0.0 to 7.1.1
Browse files Browse the repository at this point in the history
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](h5bp/server-configs-test@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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 26, 2024
1 parent 36c9f08 commit 31c60d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/htaccess.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0
uses: h5bp/server-configs-test@7.1.1
with:
command: test
server: httpd
Expand All @@ -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.0.0
uses: h5bp/server-configs-test@7.1.1
with:
command: benchmark
server: httpd
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
"httpd.conf"
- name: Test with server-configs-test
uses: h5bp/server-configs-test@7.0.0
uses: h5bp/server-configs-test@7.1.1
with:
command: test
server: httpd
Expand All @@ -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.0.0
uses: h5bp/server-configs-test@7.1.1
with:
command: benchmark
server: httpd
Expand Down

0 comments on commit 31c60d4

Please sign in to comment.