Skip to content

Commit a2e3e77

Browse files
authored
chore: release 8.0.0 (#263)
1 parent e6bb7be commit a2e3e77

25 files changed

Lines changed: 60 additions & 53 deletions

File tree

.github/workflows/check-extension.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v6
5252

53-
- uses: graycoreio/github-actions-magento2/setup-magento@main
53+
- uses: graycoreio/github-actions-magento2/setup-magento@v8.0.0
5454
id: setup-magento
5555
with:
5656
php-version: ${{ matrix.php }}
@@ -79,7 +79,7 @@ jobs:
7979
env:
8080
COMPOSER_AUTH: ${{ secrets.composer_auth }}
8181

82-
- uses: graycoreio/github-actions-magento2/cache-magento@main
82+
- uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0
8383
with:
8484
composer_cache_key: ${{ inputs.composer_cache_key && format('{0} | {1}', inputs.composer_cache_key, matrix.magento) || matrix.magento }}
8585
working-directory: ${{ steps.setup-magento.outputs.path }}
@@ -119,7 +119,7 @@ jobs:
119119
steps:
120120
- uses: actions/checkout@v6
121121

122-
- uses: graycoreio/github-actions-magento2/setup-magento@main
122+
- uses: graycoreio/github-actions-magento2/setup-magento@v8.0.0
123123
id: setup-magento
124124
with:
125125
php-version: ${{ matrix.php }}
@@ -148,7 +148,7 @@ jobs:
148148
env:
149149
COMPOSER_AUTH: ${{ secrets.composer_auth }}
150150

151-
- uses: graycoreio/github-actions-magento2/cache-magento@main
151+
- uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0
152152
with:
153153
composer_cache_key: ${{ inputs.composer_cache_key && format('{0} | {1}', inputs.composer_cache_key, matrix.magento) || matrix.magento }}
154154
working-directory: ${{ steps.setup-magento.outputs.path }}
@@ -161,7 +161,7 @@ jobs:
161161
COMPOSER_AUTH: ${{ secrets.composer_auth }}
162162
COMPOSER_MIRROR_PATH_REPOS: 1
163163

164-
- uses: graycoreio/github-actions-magento2/setup-di-compile@main
164+
- uses: graycoreio/github-actions-magento2/setup-di-compile@v8.0.0
165165
with:
166166
path: ${{ steps.setup-magento.outputs.path }}
167167

@@ -179,11 +179,11 @@ jobs:
179179
tools: composer:v${{ matrix.composer }}
180180
coverage: none
181181

182-
- uses: graycoreio/github-actions-magento2/cache-magento@main
182+
- uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0
183183
with:
184184
composer_cache_key: ${{ inputs.composer_cache_key && format('{0} | {1}', inputs.composer_cache_key, matrix.magento) || matrix.magento }}
185185

186-
- uses: graycoreio/github-actions-magento2/coding-standard@main
186+
- uses: graycoreio/github-actions-magento2/coding-standard@v8.0.0
187187
with:
188188
path: ${{ inputs.path }}
189189
composer_auth: ${{ secrets.composer_auth }}
@@ -197,7 +197,7 @@ jobs:
197197
steps:
198198
- uses: actions/checkout@v6
199199

200-
- uses: graycoreio/github-actions-magento2/setup-magento@main
200+
- uses: graycoreio/github-actions-magento2/setup-magento@v8.0.0
201201
id: setup-magento
202202
with:
203203
php-version: ${{ matrix.php }}
@@ -226,7 +226,7 @@ jobs:
226226
env:
227227
COMPOSER_AUTH: ${{ secrets.composer_auth }}
228228

229-
- uses: graycoreio/github-actions-magento2/cache-magento@main
229+
- uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0
230230
with:
231231
composer_cache_key: ${{ inputs.composer_cache_key && format('{0} | {1}', inputs.composer_cache_key, matrix.magento) || matrix.magento }}
232232
working-directory: ${{ steps.setup-magento.outputs.path }}
@@ -239,7 +239,7 @@ jobs:
239239
COMPOSER_AUTH: ${{ secrets.composer_auth }}
240240
COMPOSER_MIRROR_PATH_REPOS: 1
241241

242-
- uses: graycoreio/github-actions-magento2/get-magento-version@main
242+
- uses: graycoreio/github-actions-magento2/get-magento-version@v8.0.0
243243
id: magento-version
244244
with:
245245
working-directory: ${{ steps.setup-magento.outputs.path }}

.github/workflows/check-store.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
name: ${{ inputs.store_artifact_name }}
4747
path: ${{ inputs.path }}
4848

49-
- uses: graycoreio/github-actions-magento2/get-magento-version@main
49+
- uses: graycoreio/github-actions-magento2/get-magento-version@v8.0.0
5050
id: get-magento-version
5151
with:
5252
working-directory: ${{ inputs.path }}
5353

54-
- uses: graycoreio/github-actions-magento2/supported-version@main
54+
- uses: graycoreio/github-actions-magento2/supported-version@v8.0.0
5555
id: supported-version
5656
with:
5757
kind: custom
@@ -73,7 +73,7 @@ jobs:
7373
name: ${{ inputs.store_artifact_name }}
7474
path: ${{ inputs.path }}
7575

76-
- uses: graycoreio/github-actions-magento2/setup-magento@main
76+
- uses: graycoreio/github-actions-magento2/setup-magento@v8.0.0
7777
id: setup-magento
7878
with:
7979
php-version: ${{ matrix.php }}
@@ -82,7 +82,7 @@ jobs:
8282
working-directory: ${{ inputs.path }}
8383
composer_auth: ${{ secrets.composer_auth }}
8484

85-
- uses: graycoreio/github-actions-magento2/cache-magento@main
85+
- uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0
8686
with:
8787
composer_cache_key: ${{ inputs.composer_cache_key }}
8888
working-directory: ${{ steps.setup-magento.outputs.path }}
@@ -135,7 +135,7 @@ jobs:
135135
name: ${{ inputs.store_artifact_name }}
136136
path: ${{ inputs.path }}
137137

138-
- uses: graycoreio/github-actions-magento2/setup-magento@main
138+
- uses: graycoreio/github-actions-magento2/setup-magento@v8.0.0
139139
id: setup-magento
140140
with:
141141
php-version: ${{ matrix.php }}
@@ -144,7 +144,7 @@ jobs:
144144
working-directory: ${{ inputs.path }}
145145
composer_auth: ${{ secrets.composer_auth }}
146146

147-
- uses: graycoreio/github-actions-magento2/cache-magento@main
147+
- uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0
148148
with:
149149
composer_cache_key: ${{ inputs.composer_cache_key }}
150150
working-directory: ${{ steps.setup-magento.outputs.path }}
@@ -169,7 +169,7 @@ jobs:
169169
EOF
170170
fi
171171
172-
- uses: graycoreio/github-actions-magento2/coding-standard@main
172+
- uses: graycoreio/github-actions-magento2/coding-standard@v8.0.0
173173
with:
174174
path: ${{ steps.setup-magento.outputs.path }}
175175
composer_auth: ${{ secrets.composer_auth }}

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
COMPOSER_AUTH: ${{ secrets.composer_auth }}
8383
name: Create Magento ${{ matrix.magento }} Project
8484

85-
- uses: graycoreio/github-actions-magento2/get-magento-version@main
85+
- uses: graycoreio/github-actions-magento2/get-magento-version@v8.0.0
8686
id: magento-version
8787
with:
8888
working-directory: ${{ inputs.magento_directory }}

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"8.0.0-rc.2"}
1+
{".":"8.0.0"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [8.0.0](https://github.com/graycoreio/github-actions-magento2/compare/v8.0.0-rc.2...v8.0.0) (2026-05-14)
6+
7+
8+
### Miscellaneous Chores
9+
10+
* graduate 8.0.0-rc.2 to 8.0.0 ([#262](https://github.com/graycoreio/github-actions-magento2/issues/262)) ([e6bb7be](https://github.com/graycoreio/github-actions-magento2/commit/e6bb7be5248a1431f06c07986066ab154c9d8531))
11+
512
## [8.0.0-rc.2](https://github.com/graycoreio/github-actions-magento2/compare/v8.0.0-rc.1...v8.0.0-rc.2) (2026-05-13)
613

714

cache-magento/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@ The `composer.lock` hash is derived from `working-directory/composer.lock` using
3333
### Extension (download cache only)
3434

3535
```yml
36-
- uses: graycoreio/github-actions-magento2/cache-magento@v7.0.0 # x-release-please-version
36+
- uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0 # x-release-please-version
3737
with:
3838
composer_cache_key: ${{ inputs.composer_cache_key }}
3939
```
4040
4141
### Extension or store (download + vendor stamp cache)
4242
4343
```yml
44-
- uses: graycoreio/github-actions-magento2/setup-magento@v7.0.0 # x-release-please-version
44+
- uses: graycoreio/github-actions-magento2/setup-magento@v8.0.0 # x-release-please-version
4545
id: setup-magento
4646
with:
4747
mode: extension # or store
4848
# ...
4949

50-
- uses: graycoreio/github-actions-magento2/cache-magento@v7.0.0 # x-release-please-version
50+
- uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0 # x-release-please-version
5151
with:
5252
composer_cache_key: ${{ inputs.composer_cache_key }}
5353
working-directory: ${{ steps.setup-magento.outputs.path }}
@@ -69,7 +69,7 @@ As such, use `stamp: true` when `composer.lock` is stable across most runs — a
6969
> **Dependabot / Renovate:** Each time a Dependabot or Renovate PR is merged, the remaining open PRs rebase and each produces a new `composer.lock`. This cascades into a large number of unique cache entries, inflating storage costs without delivering proportional compute savings — because automated PRs are not waiting on fast feedback. The fix is to disable stamp caching for automated dependency PRs entirely:
7070
>
7171
> ```yml
72-
> - uses: graycoreio/github-actions-magento2/cache-magento@v7.0.0 # x-release-please-version
72+
> - uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0 # x-release-please-version
7373
> with:
7474
> stamp: ${{ github.actor != 'dependabot[bot]' }}
7575
> ```

cache-magento/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ runs:
6262
exit 1
6363
fi
6464
65-
- uses: graycoreio/github-actions-magento2/get-magento-version@main
65+
- uses: graycoreio/github-actions-magento2/get-magento-version@v8.0.0
6666
id: cache-magento-get-magento-version
6767
with:
6868
working-directory: ${{ inputs.working-directory }}

coding-standard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
tools: composer:v2
3737
coverage: none
3838

39-
- uses: graycoreio/github-actions-magento2/coding-standard@v7.0.0 # x-release-please-version
39+
- uses: graycoreio/github-actions-magento2/coding-standard@v8.0.0 # x-release-please-version
4040
with:
4141
path: app/code # Optional, defaults to .
4242
version: 25 # Optional, will use the latest if omitted.

coding-standard/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ runs:
5252
fi
5353
5454
- name: Get Composer Version
55-
uses: graycoreio/github-actions-magento2/get-composer-version@main
55+
uses: graycoreio/github-actions-magento2/get-composer-version@v8.0.0
5656
id: get-composer-version
5757
if: steps.check-installed.outputs.installed != 'true'
5858

5959
- name: Check if allow-plugins option is available for this version of composer
60-
uses: graycoreio/github-actions-magento2/semver-compare@main
60+
uses: graycoreio/github-actions-magento2/semver-compare@v8.0.0
6161
id: is-allow-plugins-available
6262
if: steps.check-installed.outputs.installed != 'true'
6363
with:

docs/workflows/check-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
matrix: ${{ steps.supported-version.outputs.matrix }}
3939
steps:
4040
- uses: actions/checkout@v6
41-
- uses: graycoreio/github-actions-magento2/supported-version@v7.0.0 # x-release-please-version
41+
- uses: graycoreio/github-actions-magento2/supported-version@v8.0.0 # x-release-please-version
4242
id: supported-version
4343
- run: echo ${{ steps.supported-version.outputs.matrix }}
4444
check-extension:
4545
needs: compute_matrix
46-
uses: graycoreio/github-actions-magento2/.github/workflows/check-extension.yaml@v7.0.0 # x-release-please-version
46+
uses: graycoreio/github-actions-magento2/.github/workflows/check-extension.yaml@v8.0.0 # x-release-please-version
4747
with:
4848
matrix: ${{ needs.compute_matrix.outputs.matrix }}
4949
```

0 commit comments

Comments
 (0)