From d4b865adca9ce144b728f8c96d0d977b09fe61d5 Mon Sep 17 00:00:00 2001 From: Devansh Bawari Date: Thu, 26 Sep 2024 19:39:46 +0530 Subject: [PATCH] fix: removed 8.1 pipeline --- .github/workflows/pest_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pest_tests.yml b/.github/workflows/pest_tests.yml index 5c15870e45f..3290ece9329 100644 --- a/.github/workflows/pest_tests.yml +++ b/.github/workflows/pest_tests.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: operating-systems: [ubuntu-latest] - php-versions: ['8.1', '8.2', '8.3'] + php-versions: ['8.2', '8.3'] name: PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-systems }}