This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 7992395b Force TLS 1.2 for all tests 7992395b is described below commit 7992395b1a5627c191ed24dd3be7e3b8cd7f0164 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Nov 26 15:11:17 2022 -0500 Force TLS 1.2 for all tests - This should get GitHub tests to pass on macOS and Linux with the latest Java 1.8.0+352 - Rename test class - Refactor magic string --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 232e624d..c3481e37 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -58,4 +58,4 @@ jobs: distribution: 'temurin' java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false -Djdk.tls.client.protocols=TLSv1.2 + run: mvn -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false '-Djdk.tls.client.protocols=TLSv1.2'