This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new abae40a74 Update maven.yml
abae40a74 is described below
commit abae40a74a3003a94d8f0c1d9bc90431459a2e22
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Apr 24 11:46:51 2024 -0400
Update maven.yml
---
.github/workflows/maven.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 85ea50424..688524929 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -40,8 +40,8 @@ jobs:
java: [ 11, 17, 21 ]
experimental: [false]
include:
- # Update java 8/ubuntu to add deploy step
- - java: 8
+ # Update java 21/ubuntu to add deploy step
+ - java: 21
os: ubuntu-latest
experimental: false
deploy: true