Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 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
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
matrix:
adapter:
[
AMQP,
Locking,
Pool,
SwooleRedisCluster,
Swoole,
SwooleConcurrency,
Workerman,
]

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY composer.json /usr/local/src/

RUN composer install --ignore-platform-reqs

FROM phpswoole/swoole:php8.3-alpine
FROM phpswoole/swoole:php8.4-alpine

WORKDIR /usr/local/src/

Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"lint": "vendor/bin/pint --test"
},
"require": {
"php": ">=8.3",
"php-amqplib/php-amqplib": "^3.7",
"php": ">=8.4",
"utopia-php/di": "0.3.*",
"utopia-php/lock": "0.2.*",
"utopia-php/servers": "0.4.*",
Expand Down
314 changes: 2 additions & 312 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading