This is an automated email from the ASF dual-hosted git repository.
struberg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git
The following commit(s) were added to refs/heads/main by this push:
new dc636b8 switch github actions to use Java17
dc636b8 is described below
commit dc636b85cb08b78f4d48f42a98a79c6b7a864bba
Author: Mark Struberg <[email protected]>
AuthorDate: Tue Oct 22 08:58:19 2024 +0200
switch github actions to use Java17
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 6737dab..febab00 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
- java: [ 8, 11 ]
+ java: [ 17 ]
experimental: [false]
steps: