kou commented on issue #49807:
URL: https://github.com/apache/arrow/issues/49807#issuecomment-4283963345
How about reusing it for C++23?
```diff
diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index 282a8c83f4..5397243531 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -458,7 +458,7 @@ tasks:
FEDORA: 42
image: fedora-cpp
-{% for cpp_standard in [20] %}
+{% for cpp_standard in [23] %}
test-ubuntu-22.04-cpp-{{ cpp_standard }}:
ci: github
template: docker-tests/github.linux.yml
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]