mirror of
https://github.com/Frail7487Real/laughing-spork.git
synced 2024-11-14 10:44:58 -05:00
add java 21
This commit is contained in:
parent
6649b65699
commit
e0848197e0
1 changed files with 5 additions and 0 deletions
5
.github/workflows/runglobal.yml
vendored
5
.github/workflows/runglobal.yml
vendored
|
@ -35,6 +35,11 @@ jobs:
|
||||||
# but since setup-python removed 2.7 i had to use 3.11,
|
# but since setup-python removed 2.7 i had to use 3.11,
|
||||||
# which surprisingly works
|
# which surprisingly works
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
|
- name: Setup Java 21 (Eclipse Temurin)
|
||||||
|
uses: actions/setup-java@v4
|
||||||
|
with:
|
||||||
|
distribution: 'temurin'
|
||||||
|
java-version: '21'
|
||||||
- name: Installs some stuff
|
- name: Installs some stuff
|
||||||
run: |
|
run: |
|
||||||
sudo apt update -y
|
sudo apt update -y
|
||||||
|
|
Loading…
Reference in a new issue