github: update workflow for new clang version
[awesomized/libmemcached] / README.md
index 808ade6160d8df606c0b634f4cc47c528d36c4a5..3b594b3716c105fea8749894ff5231f83a238e1a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -60,7 +60,12 @@ Please see/edit [`CMakeConfig.txt`](./CMakeConfig.txt) or use `ccmake(1)` or
 * Intel's libtbb (optional for: tests; for GCC's stdlib parallelism support)
 * pthreads (required for: tests, contrib/bin/memaslap, libmemcachedutil/pool)
 * libevent (required for: contrib/bin/memaslap)
-* Cyrus' libsasl2 (required for: libmemacached/sasl)
+* Cyrus' libsasl2 (required for: libmemcached/sasl)
+
+### Binaries
+
+CI and release builds for Linux, a couple BSDs, MacOS and Windows are available at
+https://artifacts.m6w6.name/libmemcached/ and rsync://m6w6.name::artifacts/libmemcached/.
 
 ## Testing
 
@@ -77,13 +82,9 @@ Enable the `BUILD_TESTING` setting for a build and run `make test`.
 
 ### Continuous integration
 
-[![Travis Badge]](https://travis-ci.org/github/m6w6/libmemcached)
 [![Actions Badge]](https://github.com/m6w6/libmemcached/actions?query=workflow%3Acmake-build-ci)
 [![Sourcehut Badge]](https://builds.sr.ht/~m6w6/libmemcached)
 
-[Travis Badge]:
-    https://api.travis-ci.org/m6w6/libmemcached.svg?branch=v1.x
-    "Travis CI"
 [Actions Badge]:
     https://github.com/m6w6/libmemcached/workflows/cmake-build-ci/badge.svg?branch=v1.x
     "Github Actions"
@@ -95,11 +96,11 @@ CI/Testing is performed on the following system matrix:
 
 | OS               | Compiler                     | Arch                    | Comments                   |
 |------------------|------------------------------|-------------------------|----------------------------|
-| Linux            | GNU 9                        | aarch64, ppc64le, s390x | sasl, coverage, graviton2  |
-| Linux            | GNU 7/8/9/10, Clang 6/8/9/10 | amd64                   | sasl, coverage, sanitizers |
+| Linux            | GNU 7/9/10, Clang 9/10/11/12 | amd64                   | sasl, coverage, sanitizers |
 | MacOS            | AppleClang 12                | amd64                   | sasl, coverage             |
-| FreeBSD, OpenBSD | Clang 8                      | amd64                   | sasl, coverage             |
-| Windows          | MSVC 16                      | amd64                   | no sasl, no tests          |
+| FreeBSD          | Clang 11                     | amd64                   | sasl, coverage             |
+| OpenBSD          | Clang 10                     | amd64                   | sasl, coverage             |
+| Windows          | MSVC 16, MinGW               | amd64                   | no sasl, no tests          |
 | Solaris          | SunPro 12.5                  | amd64                   | no sasl, no tests, manually|
 
 libmemcached has been tested against [memcached](https://github.com/memcached/memcached) v1.5 and v1.6.