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/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 87e95165 Disable 24.04 [skip ci]
87e95165 is described below
commit 87e95165a94744bd7b15e706b6080e4fb80c4f60
Author: Sebb <[email protected]>
AuthorDate: Sun Jul 21 20:56:00 2024 +0100
Disable 24.04 [skip ci]
---
.github/workflows/unittestlib.yml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/unittestlib.yml
b/.github/workflows/unittestlib.yml
index 29b395ee..7b73327f 100644
--- a/.github/workflows/unittestlib.yml
+++ b/.github/workflows/unittestlib.yml
@@ -21,9 +21,10 @@ jobs:
exclude:
- os: ubuntu-22.04
ruby: 2.7
- include:
- - os: ubuntu-24.04
- ruby: 3.2
+ # LDAP does not work on 24.04 (needs patch)
+ # include:
+ # - os: ubuntu-24.04
+ # ruby: 3.2
runs-on: ${{ matrix.os }}
steps:
- name: setup non-macOS # needed for installing ruby-ldap