Bump h5bp/server-configs-test from 6.2.0 to 7.0.0

This commit is contained in:
Léo Colombaro 2022-12-04 16:01:35 +00:00
parent 9fa553bbc4
commit 09289efacb
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Test with server-configs-test - name: Test with server-configs-test
uses: h5bp/server-configs-test@6.2.0 uses: h5bp/server-configs-test@7.0.0
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@6.2.0 uses: h5bp/server-configs-test@7.0.0
with: with:
command: benchmark command: benchmark
server: nginx server: nginx