From 9da8d108dec0670f58215265cb475cb14558886b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?K=C3=A9vin=20Chalet?= <kevinchalet@gmail.com>
Date: Sun, 25 Dec 2022 14:28:36 +0100
Subject: [PATCH] Update the issue templates to indicate that 4.0 is no longer
 a preview version

---
 .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++--
 .github/ISSUE_TEMPLATE/question.yml   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index dbdaafa..27e5296 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -19,8 +19,8 @@ body:
     options:
       - 1.x (no longer supported)
       - 2.x (no longer supported)
-      - 3.x
-      - 4.x (in preview)
+      - 3.x (no longer supported)
+      - 4.x
   validations:
     required: true
 
diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml
index e4f6f25..7e15abd 100644
--- a/.github/ISSUE_TEMPLATE/question.yml
+++ b/.github/ISSUE_TEMPLATE/question.yml
@@ -19,8 +19,8 @@ body:
     options:
       - 1.x (no longer supported)
       - 2.x (no longer supported)
-      - 3.x
-      - 4.x (in preview)
+      - 3.x (no longer supported)
+      - 4.x
   validations:
     required: true