Skip to content

Commit

Permalink
Merge pull request #1 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 authored Jan 16, 2024
2 parents 86c01a0 + 67d007d commit 2cbd046
Show file tree
Hide file tree
Showing 7 changed files with 16,716 additions and 10,692 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.2"]'
php-versions: '["8.2","8.3"]'
8 changes: 4 additions & 4 deletions .phive/phars.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
~ limitations under the License.
-->
<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="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="phpunit" version="^10.0" location="./tools/phpunit.phar" copy="true" installed="10.5.7"/>
<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.11"/>
<phar name="composer-require-checker" version="^4.5" location="./tools/composer-require-checker" copy="true" installed="4.8.0"/>
<phar name="infection" version="^0.26" location="./tools/infection" copy="true" installed="0.26.21"/>
</phive>
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/composer-require-checker
Binary file not shown.
Binary file modified tools/composer-unused
Binary file not shown.
27,396 changes: 16,710 additions & 10,686 deletions tools/phpunit.phar

Large diffs are not rendered by default.

Binary file modified tools/psalm
Binary file not shown.

0 comments on commit 2cbd046

Please sign in to comment.