From 51f944e4316f4328db1c11c1c0b0bb0577c95894 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Wed, 11 Jun 2025 12:45:52 +0200 Subject: [PATCH] Run CI against 8.2.28, 8.3.21, 8.3.22 and 8.4.1 Ref: https://phabricator.wikimedia.org/T396312#10902917 --- .github/workflows/main.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 174897a..b80bcd3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,14 +27,10 @@ jobs: include: # NOTE: If this is not quoted, the yaml parser will convert 8.0 to the number 8, # and the docker image `php:8` is the latest minor version of php 8.x (8.1). - - PHP_VERSION: '7.2' - - PHP_VERSION: '7.3' - - PHP_VERSION: '7.4' - - PHP_VERSION: '8.0' - - PHP_VERSION: '8.1' - - PHP_VERSION: '8.2' - - PHP_VERSION: '8.3' - - PHP_VERSION: '8.4' + - PHP_VERSION: '8.2.28' + - PHP_VERSION: '8.3.21' + - PHP_VERSION: '8.3.22' + - PHP_VERSION: '8.4.1' # Steps represent a sequence of tasks that will be executed as part of the job steps: