Skip to content

Commit 2a01521

Browse files
committed
test with java21 each push
1 parent d34133c commit 2a01521

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/workflows/verify.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: "Test Build"
22

3-
on: [pull_request]
3+
on:
4+
push:
5+
branches:
6+
- '*'
7+
tags-ignore:
8+
- '*'
9+
pull_request:
10+
branches:
11+
- '*'
412

513
jobs:
614
build:
@@ -31,16 +39,16 @@ jobs:
3139
sudo apt install libgtk2.0-0
3240
3341
- name: Pull a JavaFX JDK
34-
run: wget http://static.azul.com/zulu/bin/zulu8.33.0.1-ca-fx-jdk8.0.192-linux_x64.tar.gz
42+
run: wget https://cdn.azul.com/zulu/bin/zulu21.46.19-ca-fx-jdk21.0.9-linux_x64.tar.gz
3543

3644
- name: After JDK download, list directory contnts
3745
run: pwd; ls -la
3846

3947
- name: Set Java
4048
uses: actions/setup-java@v1
4149
with:
42-
java-version: 1.8
43-
jdkFile: ./zulu8.33.0.1-ca-fx-jdk8.0.192-linux_x64.tar.gz
50+
java-version: 21
51+
jdkFile: ./zulu21.46.19-ca-fx-jdk21.0.9-linux_x64.tar.gz
4452

4553

4654
- name: Test with Gradle

0 commit comments

Comments
 (0)