# HG changeset patch
# User Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
# Date 1714050076 -7200
# Node ID 7a8f6d3d66804cf394d35a941bc1d3bbf2aa98b7
# Parent  07a4998898a8f3e08e11b125d158811f095dd433
Remove testing against Jul2021. It appears the MonetDB Jul2021 docker container is too old to work correctly in this actions framework (it uses different env settings, which fail to start the server).

diff --git a/.github/workflows/monetdbversions.yml b/.github/workflows/monetdbversions.yml
--- a/.github/workflows/monetdbversions.yml
+++ b/.github/workflows/monetdbversions.yml
@@ -14,7 +14,6 @@ jobs:
       fail-fast: false
       matrix:
         monetdbversion:
-          - "monetdb/dev-builds:Jul2021"
           - "monetdb/dev-builds:Jan2022"
           - "monetdb/dev-builds:Sep2022"
           - "monetdb/dev-builds:Jun2023"