From 60fa7af31acefce7af94f4d87060062fa17c514a Mon Sep 17 00:00:00 2001 From: Kartik Suthar Date: Mon, 6 May 2024 20:11:57 +0530 Subject: [PATCH] ARCH-72 - updated workflow --- .github/workflows/php-compatibility.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-compatibility.yml b/.github/workflows/php-compatibility.yml index 8bce1a191a..203d560a03 100644 --- a/.github/workflows/php-compatibility.yml +++ b/.github/workflows/php-compatibility.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: true matrix: - php: [ '7.4', '8.0', '8.1', '8.2' ] + php: [ '7.4' ] steps: - name: Cancel previous runs of this workflow (pull requests only)