diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ccee0ab..60ed1d3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['8.0', '8.1', '8.2', '8.3'] # add PHP versions as required + php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4'] # add PHP versions as required steps: - name: Checkout the repo uses: actions/checkout@v3 diff --git a/php-8.4/Dockerfile b/php-8.4/Dockerfile index bead2dc..622862e 100644 --- a/php-8.4/Dockerfile +++ b/php-8.4/Dockerfile @@ -1,8 +1,8 @@ FROM php:8.4-cli-alpine AS compile ENV PHP_REDIS_VERSION="6.1.0" \ - PHP_SWOOLE_VERSION="v5.1.7" \ - PHP_IMAGICK_VERSION="3.7.0" \ + PHP_SWOOLE_VERSION="v6.1.3" \ + PHP_IMAGICK_VERSION="3.8.1" \ PHP_YAML_VERSION="2.2.4" \ PHP_MAXMINDDB_VERSION="v1.12.0" \ PHP_SCRYPT_VERSION="2.0.1" \