Skip to content

Commit 1321fd8

Browse files
Merge pull request #12 from codenamephp/dependabot/docker/docker/application/webdevops/php-dev-8.3
Bump webdevops/php-dev from 8.2 to 8.3 in /docker/application
2 parents b3967e6 + e139aba commit 1321fd8

6 files changed

Lines changed: 15 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
ci:
2020
uses: codenamephp/workflows.php/.github/workflows/ci.yml@1
2121
with:
22-
php-versions: '["8.1","8.2"]'
22+
php-versions: '["8.1","8.2","8.3"]'

.idea/deployer.composer.iml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/phpunit.xml

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

docker/application/Dockerfile

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
FROM webdevops/php-dev:8.2
1+
FROM webdevops/php-dev:8.3
22

33
COPY --from=composer:2 /usr/bin/composer /usr/local/bin/composer
4-
5-
RUN wget -O phive.phar "https://phar.io/releases/phive.phar" && \
6-
wget -O phive.phar.asc "https://phar.io/releases/phive.phar.asc" && \
7-
gpg --keyserver hkps://keys.openpgp.org --recv-keys 0x6AF725270AB81E04D79442549D8A98B29B2D5D79 && \
8-
gpg --verify phive.phar.asc phive.phar && \
9-
rm phive.phar.asc && \
10-
chmod +x phive.phar && \
11-
mv phive.phar /usr/local/bin/phive && \
12-
mkdir "/home/$APPLICATION_USER/.phive"
4+
COPY --from=phario/phive:0.15.2 /usr/local/bin/phive /usr/local/bin/phive
135

146
# configure services
157
RUN set -x \

phive.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-->
1818
<phive xmlns="https://phar.io/phive">
1919
<phar name="phpunit" version="^10.0" installed="10.0.15" location="./tools/phpunit.phar" copy="true"/>
20-
<phar name="psalm" version="^5.0" installed="5.8.0" location="./tools/psalm" copy="true"/>
20+
<phar name="psalm" version="^5.0" installed="5.19.1" location="./tools/psalm" copy="true"/>
2121
<phar name="composer-unused" version="^0.8" installed="0.8.6" location="./tools/composer-unused" copy="true"/>
2222
<phar name="composer-require-checker" version="^4.0" installed="4.5.0" location="./tools/composer-require-checker" copy="true"/>
2323
<phar name="infection" version="^0.26" installed="0.26.19" location="./tools/infection" copy="true"/>

tools/psalm

532 KB
Binary file not shown.

0 commit comments

Comments
 (0)