summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-02-20 02:28:47 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2023-02-20 02:28:47 +0100
commit0e5b367a3c83d49e6b7ae83a5b0ac679a459aada (patch)
tree6ae233240308859fff100f7c4e22ff5843f5bfa2 /README.md
parentMention qt5 image formats in FAQ (diff)
downloadnheko-0e5b367a3c83d49e6b7ae83a5b0ac679a459aada.tar.xz
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1423ea9a..6a980169 100644
--- a/README.md
+++ b/README.md
@@ -260,8 +260,8 @@ KDE has similar plugins, that can extend the supported image types even more.
 - XCB, XCB-EWMH: For screensharing support on X11. VOIP needs to be enabled. Can be disabled with `-DSCREENSHARE_X11=OFF`.
 - [qtkeychain](https://github.com/frankosterfeld/qtkeychain) (You need at least version 0.12 for proper Gnome Keychain support. The bundled version requires libsecret, unless you pass `-DLIBSECRET_SUPPORT=OFF`.)
 - A compiler that supports C++ 20:
-    - Clang 6 (tested on Travis CI)
-    - GCC 7 (tested on Travis CI)
+    - Clang 11 (Only clazy 13 is tested in CI)
+    - GCC 10 (tested on Gitlab CI)
     - MSVC 19.13 (tested on AppVeyor)
 
 Nheko can use bundled version for most of those libraries automatically, if the versions in your distro are too old.