Skip to content

Commit 7f70b1a

Browse files
Merge pull request #9 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 b68166f + aa65690 commit 7f70b1a

7 files changed

Lines changed: 14 additions & 11 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.flow.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.

.idea/runConfigurations/ci_all.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

docker/application/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
44
COPY --from=phario/phive:0.15.2 /usr/local/bin/phive /usr/local/bin/phive

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.16" 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.20.0" 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

538 KB
Binary file not shown.

0 commit comments

Comments
 (0)