Skip to content

Commit 3a60b34

Browse files
committed
feat: upgrade PHP version to 8.4
1 parent 6bb57a8 commit 3a60b34

File tree

6 files changed

+26
-35
lines changed

6 files changed

+26
-35
lines changed

.github/workflows/docker-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup PHP
4040
uses: shivammathur/setup-php@v2
4141
with:
42-
php-version: "8.2"
42+
php-version: "8.4"
4343
extensions: mbstring
4444
coverage: none
4545

.github/workflows/phpunit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php: [8.2, 8.3]
11+
php: [8.2, 8.3, 8.4]
1212

1313
name: PHP ${{ matrix.php }}
1414

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"symfony/twig-bundle": "6.4.*",
4646
"symfony/validator": "6.4.*",
4747
"symfony/yaml": "6.4.*",
48-
"laminas/laminas-diactoros": "^2.3",
48+
"laminas/laminas-diactoros": "^3.6",
4949
"symfony/monolog-bundle": "^3.8",
5050
"symfony/dependency-injection": "6.4.*",
5151
"symfony/event-dispatcher": "6.4.*",

composer.lock

Lines changed: 21 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM unit:1.32.0-php8.2
1+
FROM unit:1.34.2-php8.4
22

33
RUN apt update && \
44
apt install -qy wget curl git zip unzip && \

docker/php/package.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM unit:1.32.0-php8.2
1+
FROM unit:1.32.0-php8.4
22

33
RUN apt update && \
44
apt install -qy wget curl git zip unzip && \

0 commit comments

Comments
 (0)