Commit 75857ee
authored
Update release.yml, java-version: 23 -> 24
# Update the Java and Node versions in the environment
- java-version: '24'
- distribution: 'adopt' -> 'temurin'
because:
`adopt` for the distribution input referred to AdoptOpenJDK. AdoptOpenJDK is now Eclipse Temurin: so use `temurin` instead.1 parent 4754141 commit 75857ee
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments