This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git


The following commit(s) were added to refs/heads/master by this push:
     new ecc62583 Trial non-Windows test
ecc62583 is described below

commit ecc62583f9675f049c61f743471748031e76253c
Author: Sebb <sebb...@users.noreply.github.com>
AuthorDate: Wed Dec 13 09:52:50 2023 +0000

    Trial non-Windows test
---
 .github/workflows/maven.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index b7ec8374..fdbe49d2 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -31,6 +31,11 @@ jobs:
         os: [windows-latest]
         java: [ 8, 11, 17, 21 ]
         experimental: [false]
+        # we need to fix non-Windows tests; start with just the one
+        include:
+          - os: ubuntu-latest
+            java: 8
+            experimental: true
 #        include:
 #          - java: 22-ea
 #            os: ubuntu-latest

Reply via email to