From b8eead7f1ed2f149400ab6a04042d04d127afbef Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Fri, 23 Feb 2024 01:02:57 +0000 Subject: [PATCH] V2.2.2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54a3fa9fe..43f767648 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: matrix: tag: [latest] python-version: ['3.9', '3.10'] - aiida-core-version: [2.1.2, 2.4.3] # test on the latest and the oldest supported version + aiida-core-version: [2.2.2, 2.4.3] # test on the latest and the oldest supported version fail-fast: false runs-on: ubuntu-latest