Skip to content

Commit

Permalink
Merge pull request #387 from codeconsole/5.1.x-java8
Browse files Browse the repository at this point in the history
Release with java 8
  • Loading branch information
codeconsole authored Dec 5, 2024
2 parents 4d7490d + 73df725 commit 59f4eee
Showing 1 changed file with 1 addition and 1 deletion.
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:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['11']
java: ['8']
env:
GIT_USER_NAME: ${{ secrets.GIT_USER_NAME }}
GIT_USER_EMAIL: ${{ secrets.GIT_USER_EMAIL }}
Expand Down

0 comments on commit 59f4eee

Please sign in to comment.