This is an automated email from the ASF dual-hosted git repository. colegreer pushed a commit to branch 3.8-dev in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit e8c5e00fc9b91416f334a2223ed1c2dcf0d02e74 Merge: 77ccbf9c0d f607268f26 Author: Cole Greer <[email protected]> AuthorDate: Fri Feb 13 14:50:26 2026 -0800 Merge branch '3.7-dev' into 3.8-dev .github/workflows/build-test.yml | 38 +++++++++++++++++++------------------- .github/workflows/codeql.yml | 20 ++++++++++---------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --cc .github/workflows/build-test.yml index 04db0a939e,e80dc40f05..9240ebb9fd --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@@ -196,22 -204,28 +196,22 @@@ jobs distribution: 'temurin' - name: Build with Maven run: | - mvn clean install -pl -:gremlin-javascript,-gremlin-dotnet,-:gremlin-dotnet-source,-:gremlin-dotnet-tests,-:gremlint -q -DskipTests -Dci + mvn clean install -pl $EXCLUDE_MODULES -q -DskipTests -Dci mvn verify -pl gremlin-driver -DskipIntegrationTests=false - javascript: - name: javascript + javascript-node20: + name: javascript-all-node20 timeout-minutes: 15 needs: cache-gremlin-server-docker-image - runs-on: ${{ matrix.os }} - strategy: - matrix: - # Windows Disabled until Linux containers are supported on Windows runners: https://github.com/actions/virtual-environments/issues/252 - # os: [ubuntu-latest, windows-latest] - os: [ubuntu-latest] + runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up JDK 11 uses: actions/setup-java@v5 with: java-version: '11' distribution: 'temurin' - name: Get Cached Server Base Image - uses: actions/cache@v4 - if: matrix.os == 'ubuntu-latest' + uses: actions/cache@v5 id: gremlin-server-test-docker-image with: path: | @@@ -365,9 -326,9 +365,9 @@@ - name: Setup Go uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version: '1.25' - name: Get Cached Server Base Image - uses: actions/cache@v4 + uses: actions/cache@v5 id: gremlin-server-test-docker-image with: path: |
