File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 plugin_version : ${{ steps.get-version.outputs.plugin_version }}
1919 plugin_prerelease : ${{ steps.get-version.outputs.plugin_prerelease }}
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - id : get-version
2323 run : |
2424 if [[ $GITHUB_REF == refs/tags/v* ]]; then
5454 container :
5555 image : php:${{ matrix.php-version }}-fpm
5656 steps :
57- - uses : actions/checkout@v4
57+ - uses : actions/checkout@v5
5858 - name : setup composer
5959 run : |
6060 curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
7373 - get-version
7474 - test
7575 container :
76- image : mcr.microsoft.com/devcontainers/php:1 -8.2-bullseye
76+ image : mcr.microsoft.com/devcontainers/php:2 -8.2-bullseye
7777 steps :
78- - uses : actions/checkout@v4
78+ - uses : actions/checkout@v5
7979
8080 - name : install scoper
8181 run : |
Original file line number Diff line number Diff line change 1515 "require" : {
1616 "php" : " >=8.1" ,
1717 "gdata/vaas" : " 11.0.1" ,
18- "illuminate/container" : " ^11.30 || ^10"
18+ "illuminate/container" : " ^11.30 || ^10 || ^12 "
1919 },
2020 "config" : {
2121 "platform" : {
You can’t perform that action at this time.
0 commit comments