You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2023/10/08 02:18:44 UTC

[logging-log4net] branch github-actions updated: remove bad version

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

rmiddleton pushed a commit to branch github-actions
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git


The following commit(s) were added to refs/heads/github-actions by this push:
     new 1880e66b remove bad version
1880e66b is described below

commit 1880e66b3b0bf44b4747947156e851e12cedfa6c
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Sat Oct 7 22:18:37 2023 -0400

    remove bad version
---
 .github/workflows/log4net-dotnetcore.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/log4net-dotnetcore.yml b/.github/workflows/log4net-dotnetcore.yml
index f3f54fc6..e89fc046 100644
--- a/.github/workflows/log4net-dotnetcore.yml
+++ b/.github/workflows/log4net-dotnetcore.yml
@@ -21,7 +21,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        dotnet: [ '1.1.x', '2.1.x', '3.1.x', '3.5.x', '5.0.x' ]
+        dotnet: [ '1.1.x', '2.1.x', '3.1.x', '5.0.x' ]
     name: Dotnet ${{ matrix.dotnet }} log4net build
     steps:
       - uses: actions/checkout@v3