File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ jobs:
3737 options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
3838 strategy :
3939 matrix :
40- php : [ 8.2 ]
41- symfony : [ ^6.2 ]
42- pimcore : [ ~11.0 .0 ]
40+ php : [ 8.3 ]
41+ symfony : [ ^6.4 ]
42+ pimcore : [ ~11.4 .0 ]
4343 include :
44- - pimcore : ~11.0 .0
45- template_tag : v11.0.0
44+ - pimcore : ~11.4 .0
45+ template_tag : 2024.3
4646 steps :
47- - uses : actions/checkout@v2
47+ - uses : actions/checkout@v4
4848 with :
4949 path : lib/test-bundle
5050
@@ -88,10 +88,10 @@ jobs:
8888 - name : Get Composer Cache Directory
8989 id : composer-cache
9090 run : |
91- echo "::set-output name= dir:: $(composer config cache-files-dir)"
91+ echo "dir= $(composer config cache-files-dir)" >> $GITHUB_OUTPUT
9292
9393 - name : Cache Composer Downloads
94- uses : actions/cache@v1
94+ uses : actions/cache@v4
9595 with :
9696 path : ${{ steps.composer-cache.outputs.dir }}
9797 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
You can’t perform that action at this time.
0 commit comments