File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,13 +147,14 @@ jobs:
147147 run : echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
148148
149149 - name : Get COMPOSER_ROOT_VERSION from composer.json branch alias
150+ shell : bash
150151 run : |
151152 ROOT_VERSION=$(composer config extra.branch-alias.dev-master)
152153 if [ -z "$ROOT_VERSION" ]; then
153154 echo "Could not read extra.branch-alias.dev-master from composer.json" >&2
154155 exit 1
155156 fi
156- echo "COMPOSER_ROOT_VERSION=$ROOT_VERSION" >> "$GITHUB_ENV"
157+ echo "COMPOSER_ROOT_VERSION=$ROOT_VERSION" >> "$env: GITHUB_ENV"
157158
158159 - name : Cache composer dependencies
159160 uses : actions/cache@v5
Original file line number Diff line number Diff line change 4141
4242 "beste/clock" : " ~3.0" ,
4343 "mockery/mockery" : " ~1.6" ,
44- "simplesamlphp/simplesamlphp" : " 2.5.* " ,
44+ "simplesamlphp/simplesamlphp" : " ^ 2.5" ,
4545 "simplesamlphp/simplesamlphp-test-framework" : " ~1.11" ,
4646 "icanhazstring/composer-unused" : " ^0.9.6"
4747 },
You can’t perform that action at this time.
0 commit comments