Skip to content

Commit 2f8ed4d

Browse files
committed
Merge branch '6.x'
2 parents 0987ad1 + 61488aa commit 2f8ed4d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-docker.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: fkirc/[email protected]
2828
with:
2929
cancel_others: true
30+
skip_after_successful_duplicate: false
3031
do_not_skip: '["release"]'
3132
# list files that may affect or are included into the built phar
3233
paths: '[".github/**", "bin/**", "assets/**", "build/**", "dictionaries/**", "src/**", "stubs/**", "psalm", "psalm-language-server", "psalm-plugin", "psalm-refactor", "psalm-review", "psalter", "box.json.dist", "composer.json", "config.xsd", "keys.asc.gpg", "scoper.inc.php"]'

bin/docker/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ENV GPG_KEYS AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256
6565

6666
ADD bin/docker/deepbind.patch /
6767

68-
ENV PHP_VERSION 8.4.5
68+
ADD https://github.com/php/php-src/commits/master.atom /dev/null
6969

7070
RUN set -eux; \
7171
\
@@ -188,6 +188,7 @@ COPY bin/docker/docker-php-* /usr/local/bin/
188188

189189
# This line invalidates cache when master branch changes
190190
ADD https://github.com/vimeo/psalm/commits/master.atom /dev/null
191+
ADD https://github.com/vimeo/psalm/commits/6.x.atom /dev/null
191192

192193
RUN pecl install igbinary
193194

0 commit comments

Comments
 (0)