This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push:
new ee814506 Only run on Java 8 and 11
ee814506 is described below
commit ee8145061c5c51bdcaac4610fa8f07f49077abb2
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Apr 13 20:28:26 2024 -0400
Only run on Java 8 and 11
---
.github/workflows/maven.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 4227beab..7e06d2b9 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -31,11 +31,11 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
- java: [ 8, 11, 17, 21 ]
+ java: [ 8, 11 ]
experimental: [false]
- include:
- - java: 22-ea
- experimental: true
+# include:
+# - java: 22-ea
+# experimental: true
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2