This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3.2.x
in repository https://gitbox.apache.org/repos/asf/openjpa.git
The following commit(s) were added to refs/heads/3.2.x by this push:
new 7ef6c946e Upgrade GH workflows with JDK 8
7ef6c946e is described below
commit 7ef6c946e1f74acdfb52eabe17b3c516f5608be1
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Sun May 7 08:19:55 2023 +0200
Upgrade GH workflows with JDK 8
---
.github/workflows/pr-validation.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pr-validation.yml
b/.github/workflows/pr-validation.yml
index 286d0cca3..0eb0c6ec2 100644
--- a/.github/workflows/pr-validation.yml
+++ b/.github/workflows/pr-validation.yml
@@ -26,7 +26,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
- java-version: 1.8
+ java-version: 8
- name: 'Cache Maven packages'
uses: actions/cache@v3
with: