Skip to content

Commit 2cbd046

Browse files
Merge pull request #1 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 86c01a0 + 67d007d commit 2cbd046

7 files changed

Lines changed: 16716 additions & 10692 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.2"]'
22+
php-versions: '["8.2","8.3"]'

.phive/phars.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
~ limitations under the License.
1616
-->
1717
<phive xmlns="https://phar.io/phive">
18-
<phar name="phpunit" version="^10.0" location="./tools/phpunit.phar" copy="true" installed="10.1.3"/>
19-
<phar name="psalm" version="^5.8" location="./tools/psalm" copy="true" installed="5.11.0"/>
20-
<phar name="composer-unused" version="^0.8.6" location="./tools/composer-unused" copy="true" installed="0.8.8"/>
21-
<phar name="composer-require-checker" version="^4.5" location="./tools/composer-require-checker" copy="true" installed="4.6.0"/>
18+
<phar name="phpunit" version="^10.0" location="./tools/phpunit.phar" copy="true" installed="10.5.7"/>
19+
<phar name="psalm" version="^5.8" location="./tools/psalm" copy="true" installed="5.19.0"/>
20+
<phar name="composer-unused" version="^0.8.6" location="./tools/composer-unused" copy="true" installed="0.8.11"/>
21+
<phar name="composer-require-checker" version="^4.5" location="./tools/composer-require-checker" copy="true" installed="4.8.0"/>
2222
<phar name="infection" version="^0.26" location="./tools/infection" copy="true" installed="0.26.21"/>
2323
</phive>

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

tools/composer-require-checker

11.5 KB
Binary file not shown.

tools/composer-unused

3.01 MB
Binary file not shown.

tools/phpunit.phar

Lines changed: 16710 additions & 10686 deletions
Large diffs are not rendered by default.

tools/psalm

180 KB
Binary file not shown.

0 commit comments

Comments
 (0)