File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 - uses : actions/checkout@v2
1515 with :
1616 fetch-depth : 0
17- - name : Set up JDK 11
17+ - name : Set up JDK 17
1818 uses : actions/setup-java@v4
1919 with :
20- distribution : ' graalvm ' # See 'Supported distributions' for available options
20+ distribution : ' temurin ' # See 'Supported distributions' for available options
2121 java-version : 17
2222 - name : Install Graphviz
2323 run : sudo apt-get -y install graphviz
6060 - name : Set up JDK 17
6161 uses : actions/setup-java@v4
6262 with :
63- distribution : ' graalvm ' # See 'Supported distributions' for available options
63+ distribution : ' temurin ' # See 'Supported distributions' for available options
6464 java-version : 17
6565 - name : Execute to check if Java version is compatible
6666 run : ./out/bin/cm
8080 - name : Set up JDK 21
8181 uses : actions/setup-java@v4
8282 with :
83- distribution : ' graalvm ' # See 'Supported distributions' for available options
83+ distribution : ' temurin ' # See 'Supported distributions' for available options
8484 java-version : ' 21'
8585 - name : Execute to check if Java version is compatible
8686 run : ./out/bin/cm
@@ -100,7 +100,7 @@ jobs:
100100 - name : Set up JDK 24
101101 uses : actions/setup-java@v4
102102 with :
103- distribution : ' graalvm ' # See 'Supported distributions' for available options
103+ distribution : ' temurin ' # See 'Supported distributions' for available options
104104 java-version : ' 24'
105105 - name : Execute to check if Java version is compatible
106106 run : ./out/bin/cm
You can’t perform that action at this time.
0 commit comments