From 1e7aa00e1b2dce7676ff0c22e9e0717fc7cb5be7 Mon Sep 17 00:00:00 2001
From: Ryan Scott <ryan.gl.scott@gmail.com>
Date: Wed, 14 Apr 2021 17:32:35 -0400
Subject: [PATCH] Update GHC version numbers

---
 README.md    | 4 ++--
 ci/config.sh | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 44a86013..5459be29 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,8 @@ existing Hackage package(s).
   you submit a PR).
 
 - The patches SHOULD work with at least GHC HEAD and the most recent
-  stable released GHC version (currently this means with GHC 9.0 and
-  GHC 9.1).
+  stable released GHC version (currently this means with GHC 9.0, GHC 9.2, and
+  GHC 9.3).
 
 - The patches SHOULD ideally result in the same code being compiled,
   as one of the main purposes of these patches is to make regression
diff --git a/ci/config.sh b/ci/config.sh
index 8bf24d73..eba4408d 100644
--- a/ci/config.sh
+++ b/ci/config.sh
@@ -74,11 +74,11 @@ case $version in
     #       package             ticket
     ;;
 
-  9.1.*)
+  9.2.*)
     #       package             ticket
     ;;
 
-  9.2.*)
+  9.3.*)
     #       package             ticket
     ;;
 
-- 
GitLab