File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -63,15 +63,18 @@ jobs:
63
63
- " 7.4"
64
64
- " 8.0"
65
65
- " 8.1"
66
+ - " 8.2"
67
+ - " 8.3"
68
+ - " 8.4"
66
69
steps :
67
70
-
68
71
name : Checkout
69
- uses : actions/checkout@v2
72
+ uses : actions/checkout@v4
70
73
-
71
74
name : Create initial image
72
75
run : |
73
76
PHP_VERSION_DOCKERSUFFIX=''
74
- if [ "${{ matrix.php-version }}" = '8.1 ' ]; then
77
+ if [ "${{ matrix.php-version }}" = '8.4 ' ]; then
75
78
PHP_VERSION_DOCKERSUFFIX='-rc'
76
79
fi
77
80
docker build \
@@ -227,6 +230,15 @@ jobs:
227
230
- php-version : " 8.1"
228
231
graphicsmagic-version : " 1.3.36"
229
232
imagemagick-version : " 7.1.0-8"
233
+ - php-version : " 8.2"
234
+ graphicsmagic-version : " 1.3.36"
235
+ imagemagick-version : " 7.1.0-8"
236
+ - php-version : " 8.3"
237
+ graphicsmagic-version : " 1.3.36"
238
+ imagemagick-version : " 7.1.0-8"
239
+ - php-version : " 8.4"
240
+ graphicsmagic-version : " 1.3.36"
241
+ imagemagick-version : " 7.1.0-8"
230
242
extensions :
231
243
- " gd-gmagick"
232
244
- " gd-imagick"
You can’t perform that action at this time.
0 commit comments