From 08e13c18d987c2dee9b9715e41646ca74b999fce Mon Sep 17 00:00:00 2001 From: Michael Kramer Date: Thu, 4 Jun 2026 09:49:05 +0200 Subject: [PATCH 1/3] Drop deprecated `install` from Docker Buildx --- .github/workflows/smoketest.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/smoketest.yml b/.github/workflows/smoketest.yml index 753f7df..682aafa 100644 --- a/.github/workflows/smoketest.yml +++ b/.github/workflows/smoketest.yml @@ -12,8 +12,6 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd - with: - install: true - name: Build Docker image and store in cache uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f From 2df7a416d800c8a87044ed7dae1b5c75a3cfbbad Mon Sep 17 00:00:00 2001 From: Michael Kramer Date: Thu, 4 Jun 2026 09:49:38 +0200 Subject: [PATCH 2/3] Fix typo in array type shape --- src/Tracer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tracer.php b/src/Tracer.php index 83b6b5c..94074ff 100644 --- a/src/Tracer.php +++ b/src/Tracer.php @@ -48,7 +48,7 @@ final class Tracer implements TracerInterface * * @see https://exercism.org/docs/building/tooling/test-runners/interface#h-top-level * - * @var array{version: int, status: string, tests: list, messsage?: string} + * @var array{version: int, status: string, tests: list, message?: string} */ private array $result = [ 'version' => 3, From 78f73cb63321d2d13e50844657df5e331ef46c19 Mon Sep 17 00:00:00 2001 From: Michael Kramer Date: Thu, 4 Jun 2026 10:07:37 +0200 Subject: [PATCH 3/3] List modules available --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 343166a..7e1afe4 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ All final assets are built into the image, because the image does not have netwo Includes PHP extensions: ds, intl +Default PHP modules available: Core, ctype, date, dom, fileinfo, filter, hash, iconv, json, libxml, mbstring, pcre, random, Reflection, SimpleXML, sodium, SPL, standard, tokenizer, xml, xmlreader, xmlwriter, zlib + ### Test runner Test running a solution is coordinated by a bash script at `bin/run.sh` taking 3 positional arguments: