Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Bump actions container versions
Browse files Browse the repository at this point in the history
  • Loading branch information
satyan committed May 13, 2022
1 parent 9edfaa3 commit 0cd3790
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Integration
on:
push:
tags-ignore: [ "*.*.*" ]
branches: "*"
branches: ["*"]
jobs:
validate:
name: "Build, run linter and test project"
runs-on: ubuntu-latest
container:
image: docker://fabernovel/android:api-29-v1.3.0
image: docker://fabernovel/android:api-32-v1.6.0
env:
JAVA_TOOL_OPTIONS: "-XX:MinRAMPercentage=20.0 -XX:MaxRAMPercentage=90.0"
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy=in-process"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: "Release the plugin"
runs-on: ubuntu-latest
container:
image: docker://openjdk:8
image: docker://openjdk:11
env:
JAVA_TOOL_OPTIONS: "-XX:MinRAMPercentage=20.0 -XX:MaxRAMPercentage=90.0"
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy=in-process"
Expand Down

0 comments on commit 0cd3790

Please sign in to comment.