Skip to content

Commit

Permalink
bumped java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Reedyuk committed Nov 9, 2023
1 parent de29e84 commit 1413496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Setup cocoapods
run: gem install cocoapods-generate
- name: Static Analysis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Update version property
uses: Reedyuk/[email protected]
with:
Expand Down

0 comments on commit 1413496

Please sign in to comment.