aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-07-31 07:53:21 -0700
committerAnton Tananaev <anton@traccar.org>2022-07-31 07:53:21 -0700
commit80e8844a6b0932e13bda84908adc48f8a2cb93ac (patch)
tree23f2d5aeebf11a7e387f786bdbaa968ecb3c3d03 /.github
parentccaa4d13d81901d7001d32795c36b9be53d4c244 (diff)
downloadtrackermap-server-80e8844a6b0932e13bda84908adc48f8a2cb93ac.tar.gz
trackermap-server-80e8844a6b0932e13bda84908adc48f8a2cb93ac.tar.bz2
trackermap-server-80e8844a6b0932e13bda84908adc48f8a2cb93ac.zip
Update Java versions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index beeafe58f..a11ad2640 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -46,9 +46,9 @@ jobs:
working-directory: ./setup
run: |
wget -q http://files.jrsoftware.org/is/5/isetup-5.5.6.exe
- wget -q https://github.com/ojdkbuild/ojdkbuild/releases/download/java-11-openjdk-11.0.13.8-1/java-11-openjdk-11.0.13.8-1.windows.ojdkbuild.x86_64.zip
- wget -q https://github.com/ojdkbuild/contrib_jdk11u-ci/releases/download/jdk-11.0.13%2B8/jdk-11.0.13-ojdkbuild-linux-x64.zip
- wget -q https://github.com/ojdkbuild/contrib_jdk11u-arm32-ci/releases/download/jdk-11.0.13%2B8/jdk-11.0.13-ojdkbuild-linux-armhf.zip
+ wget -q https://github.com/ojdkbuild/ojdkbuild/releases/download/java-11-openjdk-11.0.15.9-1/java-11-openjdk-11.0.15.9-1.windows.ojdkbuild.x86_64.zip
+ wget -q https://github.com/ojdkbuild/contrib_jdk11u-ci/releases/download/jdk-11.0.15%2B10/jdk-11.0.15-ojdkbuild-linux-x64.zip
+ wget -q https://github.com/ojdkbuild/contrib_jdk11u-arm32-ci/releases/download/jdk-11.0.15%2B10/jdk-11.0.15-ojdkbuild-linux-armhf.zip
./package.sh ${{ github.event.inputs.version }}
- name: Upload installers
working-directory: ./setup