Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions php-8.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -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" \
Expand Down