Skip to content

Commit 282b12d

Browse files
authored
Merge pull request #12 from yamadashy/chore/deps
chore(deps): Update deps
2 parents 3cb217f + f49616b commit 282b12d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/vscode/devcontainers/php:8.2
1+
FROM mcr.microsoft.com/vscode/devcontainers/php:8.3
22

33
# PHP memory limit
44
RUN echo "memory_limit=768M" > /usr/local/etc/php/php.ini

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@v4
6161

6262
- name: "Check for typos"
63-
uses: "crate-ci/typos@v1.24.5"
63+
uses: "crate-ci/typos@v1.24.6"
6464

6565
unit_tests:
6666
name: 'Unit Test ${{ matrix.php-version }}, ${{ matrix.dependency-version }}'

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
php 8.2.23
1+
php 8.3.11

0 commit comments

Comments
 (0)