From 827a4133455211d937fadf7bf679796a5eac0edf Mon Sep 17 00:00:00 2001 From: Jaap Eldering Date: Mon, 19 Aug 2024 22:43:34 +0200 Subject: [PATCH 1/2] Update broken link to problem package format Also point to the legacy ICPC version for now. A new version is planned to be released in September around the ICPC World Finals in Astana, but until that's finalized, point to what we're actually (roughly) implementing currently. (cherry picked from commit 11fe36fd45e0cb1d4bd7e25e1a653279f35e105e) --- doc/manual/problem-format.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/problem-format.rst b/doc/manual/problem-format.rst index e9f6cbc300..4439cedc2d 100644 --- a/doc/manual/problem-format.rst +++ b/doc/manual/problem-format.rst @@ -54,4 +54,4 @@ problem by uploading a zip file that contains only testcase files. Any jury solutions present will be automatically submitted when ``allow_submit`` is ``1`` and there's a team associated with the uploading user. -.. _ICPC problem package specification: https://icpc.io/problem-package-format/spec/problem_package_format +.. _ICPC problem package specification: https://icpc.io/problem-package-format/spec/legacy-icpc From c55ffb6523f9d85a1e119d4d5311d935494a715e Mon Sep 17 00:00:00 2001 From: Michael Vasseur Date: Fri, 29 Nov 2024 19:10:02 +0100 Subject: [PATCH 2/2] Show the PHPStan version Also pin to the second to last released version for the GHA as the last one crashes. (cherry picked from commit bf67a46e63546686de4fbd1135847069f6de2f82) --- .github/workflows/phpstan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index fb628abaf4..94197d7421 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - name: Install DOMjudge run: .github/jobs/baseinstall.sh admin - - uses: php-actions/phpstan@v3 + - uses: php-actions/phpstan@v3.0.2 with: configuration: phpstan.dist.neon path: webapp/src webapp/tests