We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3cb217f + f49616b commit 282b12dCopy full SHA for 282b12d
.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/vscode/devcontainers/php:8.2
+FROM mcr.microsoft.com/vscode/devcontainers/php:8.3
2
3
# PHP memory limit
4
RUN echo "memory_limit=768M" > /usr/local/etc/php/php.ini
.github/workflows/tests.yml
@@ -60,7 +60,7 @@ jobs:
60
uses: actions/checkout@v4
61
62
- name: "Check for typos"
63
- uses: "crate-ci/typos@v1.24.5"
+ uses: "crate-ci/typos@v1.24.6"
64
65
unit_tests:
66
name: 'Unit Test ${{ matrix.php-version }}, ${{ matrix.dependency-version }}'
.tool-versions
@@ -1 +1 @@
-php 8.2.23
+php 8.3.11
0 commit comments