Skip to content

Commit

Permalink
[Kafka Messenger] Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Apricot committed Dec 15, 2023
1 parent b39e905 commit f5df495
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .docker/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-fpm-alpine
FROM php:8.3-fpm-alpine

ENV COMPOSER_ALLOW_SUPERUSER=1
ENV PATH=$HOME/.composer/vendor/bin:$PATH
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
php:
- "8.1"
- "8.2"
- "8.3"
include:
- php-versions: ["8.1", "8.2"]
- php-versions: ["8.1", "8.2", "8.3"]
- composer-options: "--ignore-platform-reqs"

services:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wait-for-kafka.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
END=$((SECONDS+60))
SLEEP_TIME_BEFORE_RECONNECT=5

Expand Down
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
- php-scrutinizer-run

environment:
php: 8.1.9
php: 8.3.0

filter:
excluded_paths:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^8.1",
"php": ">=8.1",
"ext-rdkafka": "^5|^6",
"symfony/messenger": "^5.4|^6",
"symfony/framework-bundle": "^5.4|^6",
Expand Down

0 comments on commit f5df495

Please sign in to comment.