diff options
author | joffrey-bion <joffrey.bion@gmail.com> | 2020-12-12 22:39:09 +0100 |
---|---|---|
committer | joffrey-bion <joffrey.bion@gmail.com> | 2020-12-12 22:39:09 +0100 |
commit | 467a42fe6889fac8b2c392fa9f7d500ef79f1546 (patch) | |
tree | 8727f96918e0f26aa3ebb5dc1b69638669e925c6 /.github | |
parent | Push Docker image to Heroku, remove Travis CI (diff) | |
download | seven-wonders-467a42fe6889fac8b2c392fa9f7d500ef79f1546.tar.gz seven-wonders-467a42fe6889fac8b2c392fa9f7d500ef79f1546.tar.bz2 seven-wonders-467a42fe6889fac8b2c392fa9f7d500ef79f1546.zip |
Upgrade to Java 15
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 909ab1aa..999bd78d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 13 + - name: Set up JDK 15 uses: actions/setup-java@v1.4.3 with: - java-version: 13 + java-version: 15 - name: Gradle build cache uses: actions/cache@v2.1.1 |