Skip to content

Commit 4992c72

Browse files
test java 25 (#150)
1 parent aa00d5b commit 4992c72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Requirements
7777
- Windows: tarball
7878
- 17
7979
- 21
80+
- 25
8081
- **Supported oracle java version**:
8182
- 7
8283
- 8
@@ -256,15 +257,15 @@ ansible-galaxy install lean_delivery.java
256257

257258
Example Playbook
258259
----------------
259-
### Installing OpenJDK 17 from openjdk-fallback (default role behaviour):
260+
### Installing OpenJDK 25 from openjdk-fallback (default role behaviour):
260261

261262
```yaml
262263
- name: Install openjdk java
263264
hosts: all
264265

265266
roles:
266267
- role: lean_delivery.java
267-
java_major_version: 17
268+
java_major_version: 25
268269
```
269270
270271
### Installing OpenJDK 17 from repositories:

playbook.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
hosts: localhost
33
roles:
44
- role: ansible-role-java
5-
transport: repositories
6-
java_major_version: 21
5+
java_major_version: 25

0 commit comments

Comments
 (0)