File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed
Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 99 release :
1010 types : [published]
1111
12- env :
13- PHP_VERSION : 8.2
14-
1512jobs :
1613 build_and_publish :
1714 runs-on : ubuntu-latest
@@ -51,12 +48,12 @@ jobs:
5148 with :
5249 path : ${{ env.APP_NAME }}
5350 fallbackNode : ' ^20'
54- fallbackNpm : ' ^9 '
51+ fallbackNpm : ' ^10 '
5552
5653 - name : Set up node ${{ steps.versions.outputs.nodeVersion }}
5754 # Skip if no package.json
5855 if : ${{ steps.versions.outputs.nodeVersion }}
59- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3
56+ uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3
6057 with :
6158 node-version : ${{ steps.versions.outputs.nodeVersion }}
6259
@@ -65,10 +62,16 @@ jobs:
6562 if : ${{ steps.versions.outputs.npmVersion }}
6663 run : npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
6764
68- - name : Set up php ${{ env.PHP_VERSION }}
69- uses : shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2
65+ - name : Get php version
66+ id : php-versions
67+ uses : icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1
68+ with :
69+ filename : ${{ env.APP_NAME }}/appinfo/info.xml
70+
71+ - name : Set up php ${{ steps.php-versions.outputs.php-min }}
72+ uses : shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
7073 with :
71- php-version : ${{ env.PHP_VERSION }}
74+ php-version : ${{ steps.php-versions.outputs.php-min }}
7275 coverage : none
7376 env :
7477 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ concurrency:
2222jobs :
2323 auto-approve-merge :
2424 if : github.actor == 'dependabot[bot]'
25- runs-on : ubuntu-latest
25+ runs-on : ubuntu-latest-low
2626 permissions :
2727 # for hmarr/auto-approve-action to approve PRs
2828 pull-requests : write
Original file line number Diff line number Diff line change 2424 pull-requests : write
2525 name : Block fixup and squash commits
2626
27- runs-on : ubuntu-latest
27+ runs-on : ubuntu-latest-low
2828
2929 steps :
3030 - name : Run check
You can’t perform that action at this time.
0 commit comments