Skip to content

Commit

Permalink
chore(deps): Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadashy committed Sep 23, 2024
1 parent 3cb217f commit f49616b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/vscode/devcontainers/php:8.2
FROM mcr.microsoft.com/vscode/devcontainers/php:8.3

# PHP memory limit
RUN echo "memory_limit=768M" > /usr/local/etc/php/php.ini
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/checkout@v4

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

unit_tests:
name: 'Unit Test ${{ matrix.php-version }}, ${{ matrix.dependency-version }}'
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
php 8.2.23
php 8.3.11

0 comments on commit f49616b

Please sign in to comment.