From 6ff2c6ddb9f3561b9f2661d1566f1443e357e074 Mon Sep 17 00:00:00 2001 From: Ostap Brehin Date: Mon, 7 Sep 2026 03:33:19 +0100 Subject: [PATCH 1/2] ci: use php 8.5 for style check --- .github/workflows/coding-conventions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coding-conventions.yml b/.github/workflows/coding-conventions.yml index 6618ebde..6667869e 100644 --- a/.github/workflows/coding-conventions.yml +++ b/.github/workflows/coding-conventions.yml @@ -14,7 +14,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.4 + php-version: 8.5 coverage: none - name: Install dependencies From 4e615af3e20cfc03876391a597092ccf3acf9e6d Mon Sep 17 00:00:00 2001 From: Ostap Brehin Date: Mon, 7 Sep 2026 03:36:55 +0100 Subject: [PATCH 2/2] ci: drop obsolete mago:install-binary step --- .github/workflows/coding-conventions.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/coding-conventions.yml b/.github/workflows/coding-conventions.yml index 6667869e..3f28038d 100644 --- a/.github/workflows/coding-conventions.yml +++ b/.github/workflows/coding-conventions.yml @@ -18,9 +18,7 @@ jobs: coverage: none - name: Install dependencies - run: | - composer update --prefer-dist --no-interaction - composer mago:install-binary + run: composer update --prefer-dist --no-interaction - name: Run Mago run: |