File tree 4 files changed +8
-6
lines changed 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 10
10
name : Changelog should be updated
11
11
strategy :
12
12
matrix :
13
- php-versions : [ '8.3 ' ]
13
+ php-versions : [ '8.4 ' ]
14
14
fail-fast : false
15
15
steps :
16
16
- name : Checkout
40
40
runs-on : ubuntu-latest
41
41
strategy :
42
42
matrix :
43
- php-versions : [ '8.3 ' ]
43
+ php-versions : [ '8.4 ' ]
44
44
fail-fast : false
45
45
steps :
46
46
- uses : actions/checkout@v4
54
54
runs-on : ubuntu-latest
55
55
strategy :
56
56
matrix :
57
- php-versions : [ '8.3 ' ]
57
+ php-versions : [ '8.4 ' ]
58
58
fail-fast : false
59
59
steps :
60
60
- uses : actions/checkout@v4
68
68
runs-on : ubuntu-latest
69
69
strategy :
70
70
matrix :
71
- php-versions : [ '8.3 ' ]
71
+ php-versions : [ '8.4 ' ]
72
72
fail-fast : false
73
73
steps :
74
74
- uses : actions/checkout@v4
@@ -144,7 +144,7 @@ jobs:
144
144
runs-on : ubuntu-latest
145
145
strategy :
146
146
matrix :
147
- php-versions : [ '8.3 ' ]
147
+ php-versions : [ '8.4 ' ]
148
148
dependency-version : [ prefer-lowest, prefer-stable ]
149
149
steps :
150
150
- uses : actions/checkout@master
Original file line number Diff line number Diff line change 9
9
"docs" : " https://www.drupal.org/docs/user_guide/en/index.html"
10
10
},
11
11
"require" : {
12
- "php" : " ^8.3 " ,
12
+ "php" : " ^8.4 " ,
13
13
"chx/drupal-issue-fork" : " dev-main" ,
14
14
"composer/installers" : " ^2.0" ,
15
15
"cweagans/composer-patches" : " ^1.7" ,
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ services:
13
13
- .:/app:delegated
14
14
15
15
phpfpm :
16
+ image : itkdev/php8.4-fpm:latest
16
17
environment :
17
18
- PHP_MAX_EXECUTION_TIME=60
18
19
- PHP_MEMORY_LIMIT=512M
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ networks:
7
7
8
8
services :
9
9
phpfpm :
10
+ image : itkdev/php8.4-fpm:alpine
10
11
environment :
11
12
- PHP_MEMORY_LIMIT=512M
12
13
- PHP_POST_MAX_SIZE=8M
You can’t perform that action at this time.
0 commit comments