Skip to content

Commit fa04c51

Browse files
committed
PHP 8.4
1 parent bfb938c commit fa04c51

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.github/workflows/pr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Changelog should be updated
1111
strategy:
1212
matrix:
13-
php-versions: [ '8.3' ]
13+
php-versions: [ '8.4' ]
1414
fail-fast: false
1515
steps:
1616
- name: Checkout
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
strategy:
4242
matrix:
43-
php-versions: [ '8.3' ]
43+
php-versions: [ '8.4' ]
4444
fail-fast: false
4545
steps:
4646
- uses: actions/checkout@v4
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
strategy:
5656
matrix:
57-
php-versions: [ '8.3' ]
57+
php-versions: [ '8.4' ]
5858
fail-fast: false
5959
steps:
6060
- uses: actions/checkout@v4
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
strategy:
7070
matrix:
71-
php-versions: [ '8.3' ]
71+
php-versions: [ '8.4' ]
7272
fail-fast: false
7373
steps:
7474
- uses: actions/checkout@v4
@@ -144,7 +144,7 @@ jobs:
144144
runs-on: ubuntu-latest
145145
strategy:
146146
matrix:
147-
php-versions: [ '8.3' ]
147+
php-versions: [ '8.4' ]
148148
dependency-version: [ prefer-lowest, prefer-stable ]
149149
steps:
150150
- uses: actions/checkout@master

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"docs": "https://www.drupal.org/docs/user_guide/en/index.html"
1010
},
1111
"require": {
12-
"php": "^8.3",
12+
"php": "^8.4",
1313
"chx/drupal-issue-fork": "dev-main",
1414
"composer/installers": "^2.0",
1515
"cweagans/composer-patches": "^1.7",

docker-compose.override.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- .:/app:delegated
1414

1515
phpfpm:
16+
image: itkdev/php8.4-fpm:latest
1617
environment:
1718
- PHP_MAX_EXECUTION_TIME=60
1819
- PHP_MEMORY_LIMIT=512M

docker-compose.server.override.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ networks:
77

88
services:
99
phpfpm:
10+
image: itkdev/php8.4-fpm:alpine
1011
environment:
1112
- PHP_MEMORY_LIMIT=512M
1213
- PHP_POST_MAX_SIZE=8M

0 commit comments

Comments
 (0)