From 9986a8186356d416be078b9f265ef81e2b2dc8df Mon Sep 17 00:00:00 2001 From: Andrea Spadaccini Date: Wed, 20 Dec 2023 10:33:42 +0100 Subject: [PATCH] Add tests for pwsh 7.3 and 7.4 (#69) Fixes #58 --- .github/workflows/detailed-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/detailed-tests.yml b/.github/workflows/detailed-tests.yml index f1d99a1..977f398 100644 --- a/.github/workflows/detailed-tests.yml +++ b/.github/workflows/detailed-tests.yml @@ -13,6 +13,8 @@ jobs: matrix: # This is necessary because there is no ubuntu version common to all the powershell docker images. versions: + - {pwsh: 7.4, ubuntu: 20.04} + - {pwsh: 7.3, ubuntu: 20.04} - {pwsh: 7.2, ubuntu: 20.04} - {pwsh: 7.1.5, ubuntu: 18.04} - {pwsh: 7.0.0, ubuntu: 18.04}