Skip to content

Commit

Permalink
Merge pull request #3 from codenamephp/dependabot/docker/docker/appli…
Browse files Browse the repository at this point in the history
…cation/webdevops/php-dev-8.3

Bump webdevops/php-dev from 8.2 to 8.3 in /docker/application
  • Loading branch information
bastianschwarz committed Jan 15, 2024
2 parents 5a419ad + a23c958 commit 10a3d25
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
ci:
uses: codenamephp/workflows.php/.github/workflows/ci.yml@1
with:
php-versions: '["8.1","8.2"]'
php-versions: '["8.1","8.2","8.3"]'
2 changes: 1 addition & 1 deletion .phive/phars.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
-->
<phive xmlns="https://phar.io/phive">
<phar name="phpunit" version="^10.0" location="./tools/phpunit.phar" copy="true" installed="10.1.3"/>
<phar name="psalm" version="^5.8" location="./tools/psalm" copy="true" installed="5.11.0"/>
<phar name="psalm" version="^5.8" location="./tools/psalm" copy="true" installed="5.19.0"/>
<phar name="composer-unused" version="^0.8.6" location="./tools/composer-unused" copy="true" installed="0.8.8"/>
<phar name="composer-require-checker" version="^4.5" location="./tools/composer-require-checker" copy="true" installed="4.6.0"/>
<phar name="infection" version="^0.27" location="./tools/infection" copy="true" installed="0.27.0"/>
Expand Down
2 changes: 1 addition & 1 deletion docker/application/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM webdevops/php-dev:8.2
FROM webdevops/php-dev:8.3

COPY --from=composer:2 /usr/bin/composer /usr/local/bin/composer
COPY --from=phario/phive:0.15.2 /usr/local/bin/phive /usr/local/bin/phive
Expand Down
Binary file modified tools/psalm
Binary file not shown.

0 comments on commit 10a3d25

Please sign in to comment.