This repository was archived by the owner on Aug 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 77 outputs :
88 matrix : ${{ steps.php-versions.outputs.matrix }}
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111 - name : Lookup PHP versions from Dockerfile-* names
1212 run : echo ::set-output name=matrix::$(ls Dockerfile-* | cut -c 12- | jq --raw-input --slurp 'split("\n") | map(select(. != ""))')
1313 id : php-versions
2222 matrix :
2323 php : ${{ fromJSON(needs.php-versions.outputs.matrix) }}
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626 - name : Set up QEMU
2727 uses : docker/setup-qemu-action@v2
2828 - name : Set up Docker Buildx
Original file line number Diff line number Diff line change 66 name : markdown
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3
9+ - uses : actions/checkout@v4
1010 - name : Run markdownlint
1111 uses : actionshub/markdownlint@main
Original file line number Diff line number Diff line change 77 outputs :
88 matrix : ${{ steps.php-versions.outputs.matrix }}
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111 - name : Lookup PHP versions from Dockerfile-* names
1212 run : echo ::set-output name=matrix::$(ls Dockerfile-* | cut -c 12- | jq --raw-input --slurp 'split("\n") | map(select(. != ""))')
1313 id : php-versions
2020 matrix :
2121 php : ${{ fromJSON(needs.php-versions.outputs.matrix) }}
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424 - name : Run hadolint
25252626 with :
Original file line number Diff line number Diff line change 33Includes composer and drush, exposes PHP via fpm.
44
55## Deprecated
6+
67Use [ reload/php-fpm] ( https://github.com/reload/php-fpm/ ) instead.
78
89## Xdebug
You can’t perform that action at this time.
0 commit comments