From 2082619ceea58ba8f2265a451a989ebebeb6a23e Mon Sep 17 00:00:00 2001 From: Andrey Gubarev Date: Fri, 10 May 2024 16:39:18 +0400 Subject: [PATCH] updated ansible-test workflow to test only with versions 8.0 and 9.0 --- .github/workflows/ansible-test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index db439bb..8b84bfc 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -11,11 +11,6 @@ jobs: strategy: matrix: version: - - "3.0" - - "4.0" - - "5.0" - - "6.0" - - "7.0" - "8.0" - "9.0" steps: