Skip to content

Commit 134fb3a

Browse files
committed
Update dates and versions
1 parent db3e1e5 commit 134fb3a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ steps:
102102
103103
```yaml
104104
steps:
105-
- name: 'Set up archived Oracle JDK 17.0.1'
105+
- name: 'Set up archived Oracle JDK 17.0.10'
106106
uses: oracle-actions/setup-java@v1
107107
with:
108108
website: oracle.com
109109
release: 17
110-
version: 17.0.1
110+
version: 17.0.10
111111
```
112112
___
113113
@@ -146,7 +146,7 @@ steps:
146146

147147
## Supported GitHub Actions Virtual Environments
148148

149-
All [environments](https://github.com/actions/virtual-environments#available-environments) that have Java 17 pre-installed are supported.
149+
All [environments](https://github.com/actions/virtual-environments#available-environments) that have Java 21 pre-installed are supported.
150150
These include the following labels: `ubuntu-latest`, `macos-latest`, and `windows-latest`.
151151

152152
## More information

src/Download.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, Oracle and/or its affiliates.
2+
* Copyright (c) 2022, 2024, Oracle and/or its affiliates.
33
*
44
* This source code is licensed under the UPL license found in the
55
* LICENSE.txt file in the root directory of this source tree.

src/ListOpenJavaDevelopmentKits.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, Oracle and/or its affiliates.
2+
* Copyright (c) 2022, 2024, Oracle and/or its affiliates.
33
*
44
* This source code is licensed under the UPL license found in the
55
* LICENSE.txt file in the root directory of this source tree.

test/Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, Oracle and/or its affiliates.
2+
* Copyright (c) 2022, 2024, Oracle and/or its affiliates.
33
*
44
* This source code is licensed under the UPL license found in the
55
* LICENSE.txt file in the root directory of this source tree.

test/Validate.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, Oracle and/or its affiliates.
2+
* Copyright (c) 2022, 2024, Oracle and/or its affiliates.
33
*
44
* This source code is licensed under the UPL license found in the
55
* LICENSE.txt file in the root directory of this source tree.

0 commit comments

Comments
 (0)