Skip to content

Bump phpunit/phpunit from 11.0.6 to 11.0.8 in /php #213

Bump phpunit/phpunit from 11.0.6 to 11.0.8 in /php

Bump phpunit/phpunit from 11.0.6 to 11.0.8 in /php #213

Workflow file for this run

name: Gradle
on:
push:
branches:
- '**'
paths:
- 'java/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
java-package: jdk
- name: Build with Gradle
working-directory: java
run: ./gradlew clean test --no-daemon