From fe8134c3facf04498696c145f47de5bf8a62717d Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Thu, 22 Aug 2024 10:56:01 +1200 Subject: [PATCH 1/2] FIX Use PHP 8.3 compatible version of vfsstream (#148) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee24214..4a0add0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -534,7 +534,7 @@ jobs: # Required for any module/recipe that runs silverstripe/assets unit tests # Should technically be defined as composer_require_extra on individual modules, though easier just doing here # 1.6.10 is for --prefer-lowest and is the minimum version with php 8.1 support - composer require mikey179/vfsstream:^1.6.10 --dev --no-update + composer require mikey179/vfsstream:^1.6.11 --dev --no-update if [[ "${{ matrix.db }}" == "pgsql" ]] && ! [[ $GITHUB_REPOSITORY =~ /silverstripe-postgresql$ ]]; then composer require "silverstripe/postgresql:^2 || ^3" --no-update From cf1f994f79c89b628bb8fa90407c9519d99b36fc Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 22 Aug 2024 16:07:35 +1200 Subject: [PATCH 2/2] MNT Run module-standardiser --- .github/workflows/tag-patch-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tag-patch-release.yml b/.github/workflows/tag-patch-release.yml index 0950def..ff4cd3b 100644 --- a/.github/workflows/tag-patch-release.yml +++ b/.github/workflows/tag-patch-release.yml @@ -18,6 +18,7 @@ jobs: if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule') runs-on: ubuntu-latest permissions: + actions: write contents: write steps: - name: Tag release