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: