Skip to content

Commit c3e35ec

Browse files
committed
Merge branch 'master' into vcdm2
2 parents 6300cd1 + e191a11 commit c3e35ec

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

.github/workflows/php.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
php-version: ['8.3', '8.4', '8.5']
2323

24-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.4
24+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.5
2525
with:
2626
php-version: ${{ matrix.php-version }}
2727

@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232

33-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.4
33+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.5
3434
with:
3535
enable_eslinter: false
3636
enable_jsonlinter: true
@@ -79,7 +79,7 @@ jobs:
7979
uses: actions/cache@v5
8080
with:
8181
path: ${{ env.COMPOSER_CACHE }}
82-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
82+
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
8383
restore-keys: ${{ runner.os }}-composer-
8484

8585
- name: Require specific dependencies
@@ -120,7 +120,7 @@ jobs:
120120
uses: shivammathur/setup-php@v2
121121
with:
122122
php-version: ${{ matrix.php-versions }}
123-
extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, soap, spl, xml, sodium, gmp
123+
extensions: ctype, date, dom, filter, gmp, hash, mbstring, openssl, pcre, soap, sodium, spl, xml, zip
124124
tools: composer
125125
ini-values: error_reporting=E_ALL
126126
coverage: none
@@ -145,7 +145,7 @@ jobs:
145145
uses: actions/cache@v5
146146
with:
147147
path: ${{ env.COMPOSER_CACHE }}
148-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
148+
key: ${{ runner.os }}-composer-${{ hashFiles('**\composer.json') }}
149149
restore-keys: ${{ runner.os }}-composer-
150150

151151
- name: Require specific dependencies
@@ -186,7 +186,7 @@ jobs:
186186
uses: actions/cache@v5
187187
with:
188188
path: ${{ env.COMPOSER_CACHE }}
189-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
189+
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
190190
restore-keys: ${{ runner.os }}-composer-
191191

192192
- name: Validate composer.json and composer.lock
@@ -244,7 +244,7 @@ jobs:
244244
uses: actions/cache@v5
245245
with:
246246
path: ${{ env.COMPOSER_CACHE }}
247-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
247+
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
248248
restore-keys: ${{ runner.os }}-composer-
249249

250250
- name: Install Composer dependencies

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
"phpstan/extension-installer": true
5353
}
5454
},
55+
"extra": {
56+
"branch-alias": {
57+
"dev-master": "0.2.x-dev"
58+
}
59+
},
5560
"scripts": {
5661
"pre-commit": [
5762
"vendor/bin/phpcbf",

0 commit comments

Comments
 (0)