We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba382d commit d6ae45cCopy full SHA for d6ae45c
.github/workflows/release.yml
@@ -35,7 +35,7 @@ env:
35
36
jobs:
37
prepare:
38
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
39
outputs:
40
variants: ${{ steps.matrix.outputs.variants }}
41
platforms: ${{ steps.matrix.outputs.platforms }}
@@ -156,7 +156,7 @@ jobs:
156
PHP_VERSIONS: ${{ steps.check_image.outputs.php_versions }}
157
158
build:
159
160
needs:
161
- prepare
162
if: ${{ needs.prepare.outputs.php_versions != '' }}
@@ -242,7 +242,7 @@ jobs:
242
retention-days: 1
243
244
merge:
245
246
if: github.event_name != 'pull_request'
247
248
0 commit comments