File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 max-parallel : 6
1515 matrix :
16- phpVersion : ['8.0', '8.1']
16+ phpVersion : ['8.0', '8.1', '8.2', '8.3' ]
1717 winterRelease : ['develop']
1818 winterReleaseDir : ['develop']
1919 include :
2727 winterCmsRelease : develop
2828 steps :
2929 - name : Checkout changes
30- uses : actions/checkout@v2
30+ uses : actions/checkout@v3
3131 with :
3232 path : pages-plugin
3333
4040 key : ${{ env.cacheKey }}
4141
4242 - name : Cache extensions
43- uses : actions/cache@v2
43+ uses : actions/cache@v3
4444 with :
4545 path : ${{ steps.extcache.outputs.dir }}
4646 key : ${{ steps.extcache.outputs.key }}
7070 run : echo "::set-output name=dir::$(composer config cache-files-dir)"
7171
7272 - name : Cache dependencies
73- uses : actions/cache@v2
73+ uses : actions/cache@v3
7474 with :
7575 path : ${{ steps.composercache.outputs.dir }}
7676 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
You can’t perform that action at this time.
0 commit comments