From 3cc13a1c1697831a667a706370896634c83a7e79 Mon Sep 17 00:00:00 2001 From: Daniel Reis Date: Tue, 18 Jun 2024 13:14:35 -0300 Subject: [PATCH] fix: compilers compatibility versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9e472f09..9ccf2086c 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Cassandra's native protocol. The current version works with: * PHP 8.1 and 8.2 * 64-bit (x64) * Thread safe (TS) and non-thread safe (NTS) -* Compilers: GCC 10.0+ and Clang 14+ +* Compilers: GCC 13.0+, Clang 16+ and c++23