Reconfigure for forgejo/woodpecker
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Stephan Schnabel 2025-05-30 23:02:48 +02:00
parent 9552221cc4
commit f64476073d
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
14 changed files with 184 additions and 185 deletions

23
.woodpecker/verify.yaml Normal file
View file

@ -0,0 +1,23 @@
when:
event: [manual, pull_request]
path: [.woodpecker/verify.yaml, pom.xml, src/**]
matrix:
KEYCLOAK_VERSION:
- 22.0.5
- 23.0.7
- 24.0.5
- 25.0.6
- 26.0.8
- 26.1.5
- 26.2.5
services:
- name: dockerd
image: kokuwaio/dockerd
ports: [2375, 8080]
steps:
verify:
image: maven:3.9.9-eclipse-temurin-17
commands: mvn verify --settings=.woodpecker/maven/settings.xml -Dversion.org.keycloak.test=$KEYCLOAK_VERSION