From 7a62f398055a5659f62ea284a5dee65ce50d0cea Mon Sep 17 00:00:00 2001 From: Tigrov Date: Fri, 6 Mar 2026 14:19:10 +0700 Subject: [PATCH 1/8] Test bc.yml with `detect-latest-version` --- .github/workflows/bc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bc.yml b/.github/workflows/bc.yml index 084203db..ada475f8 100644 --- a/.github/workflows/bc.yml +++ b/.github/workflows/bc.yml @@ -19,7 +19,7 @@ concurrency: jobs: roave_bc_check: - uses: yiisoft/actions/.github/workflows/bc.yml@master + uses: yiisoft/actions/.github/workflows/bc.yml@detect-latest-version with: os: >- ['ubuntu-latest'] From 29d6b9d37aaf85b9cad17809812902d9a4b5b742 Mon Sep 17 00:00:00 2001 From: Tigrov Date: Fri, 6 Mar 2026 14:23:33 +0700 Subject: [PATCH 2/8] Update --- .github/workflows/bc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bc.yml b/.github/workflows/bc.yml index ada475f8..3ed892f2 100644 --- a/.github/workflows/bc.yml +++ b/.github/workflows/bc.yml @@ -27,3 +27,4 @@ jobs: ['8.5'] required-packages: >- ['assets', 'files'] + From d78c7a70d9521f3bf9cd57a62ef016a89e6bb65d Mon Sep 17 00:00:00 2001 From: Tigrov Date: Fri, 6 Mar 2026 14:25:51 +0700 Subject: [PATCH 3/8] Update --- .github/workflows/bc.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/bc.yml b/.github/workflows/bc.yml index 3ed892f2..ada475f8 100644 --- a/.github/workflows/bc.yml +++ b/.github/workflows/bc.yml @@ -27,4 +27,3 @@ jobs: ['8.5'] required-packages: >- ['assets', 'files'] - From 6b880f95bf67beb751519ff6f51974976cbe26b0 Mon Sep 17 00:00:00 2001 From: Tigrov Date: Fri, 6 Mar 2026 14:28:34 +0700 Subject: [PATCH 4/8] Update --- .github/workflows/bc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bc.yml b/.github/workflows/bc.yml index ada475f8..3ed892f2 100644 --- a/.github/workflows/bc.yml +++ b/.github/workflows/bc.yml @@ -27,3 +27,4 @@ jobs: ['8.5'] required-packages: >- ['assets', 'files'] + From 8eb0b0a461abbe0e72a401b2d253fcb26286a15f Mon Sep 17 00:00:00 2001 From: Tigrov Date: Fri, 6 Mar 2026 14:31:04 +0700 Subject: [PATCH 5/8] Update --- .github/workflows/bc.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/bc.yml b/.github/workflows/bc.yml index 3ed892f2..5e75fb26 100644 --- a/.github/workflows/bc.yml +++ b/.github/workflows/bc.yml @@ -25,6 +25,3 @@ jobs: ['ubuntu-latest'] php: >- ['8.5'] - required-packages: >- - ['assets', 'files'] - From faa9df0c5b021961b1f48f218309ed43b89f3ef5 Mon Sep 17 00:00:00 2001 From: Tigrov Date: Fri, 6 Mar 2026 14:31:28 +0700 Subject: [PATCH 6/8] Update --- .github/workflows/bc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bc.yml b/.github/workflows/bc.yml index 5e75fb26..ffbd2ed1 100644 --- a/.github/workflows/bc.yml +++ b/.github/workflows/bc.yml @@ -19,7 +19,7 @@ concurrency: jobs: roave_bc_check: - uses: yiisoft/actions/.github/workflows/bc.yml@detect-latest-version + uses: yiisoft/actions/.github/workflows/bc.yml@master with: os: >- ['ubuntu-latest'] From 5768136c501751baa961fc6fbe349aa432386cf9 Mon Sep 17 00:00:00 2001 From: Tigrov Date: Fri, 6 Mar 2026 14:34:44 +0700 Subject: [PATCH 7/8] Update --- .github/workflows/bc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bc.yml b/.github/workflows/bc.yml index ffbd2ed1..084203db 100644 --- a/.github/workflows/bc.yml +++ b/.github/workflows/bc.yml @@ -25,3 +25,5 @@ jobs: ['ubuntu-latest'] php: >- ['8.5'] + required-packages: >- + ['assets', 'files'] From d5a5430725254655a1f3bf5752d7cab66835bc60 Mon Sep 17 00:00:00 2001 From: Tigrov Date: Fri, 6 Mar 2026 14:35:00 +0700 Subject: [PATCH 8/8] Update --- .github/workflows/bc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bc.yml b/.github/workflows/bc.yml index 084203db..ada475f8 100644 --- a/.github/workflows/bc.yml +++ b/.github/workflows/bc.yml @@ -19,7 +19,7 @@ concurrency: jobs: roave_bc_check: - uses: yiisoft/actions/.github/workflows/bc.yml@master + uses: yiisoft/actions/.github/workflows/bc.yml@detect-latest-version with: os: >- ['ubuntu-latest']