This is an automated email from the ASF dual-hosted git repository. Cole-Greer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 918b350767fb4c73a2502bd2f6f04ae22135b939 Merge: 593e6001b9 cb0b12e65f Author: Cole Greer <[email protected]> AuthorDate: Mon Jul 20 11:58:22 2026 -0700 Merge branch '3.8-dev' .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --cc .github/workflows/build-test.yml index 8a4f54ce02,51b115ce39..889c1cc197 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@@ -283,13 -314,13 +283,13 @@@ jobs PYTHON_VERSION: ${{ matrix.python-version }} steps: - uses: actions/checkout@v7 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v5 with: - java-version: '11' + java-version: '17' distribution: 'temurin' - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} - name: Build with Maven
