Skip to content

[TASK] Apache Solr 9.6 compatibility #7

[TASK] Apache Solr 9.6 compatibility

[TASK] Apache Solr 9.6 compatibility #7

Workflow file for this run

name: Solr TYPO3 Plugin Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17 for x64
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
architecture: x64
- name: Build with Maven
run: mvn -Djava.security.egd=file:/dev/./urandom -B package --file pom.xml
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6