We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ebfc90 + f86acbb commit bfeaf22Copy full SHA for bfeaf22
2 files changed
.github/workflows/phpunit.yml
@@ -49,7 +49,7 @@ jobs:
49
persist-credentials: false
50
51
- name: Set up php ${{ matrix.php-versions }}
52
- uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
+ uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # v2.35.3
53
with:
54
php-version: ${{ matrix.php-versions }}
55
extensions: json, openssl
.github/workflows/psalm.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
- name: Set up php8.1
24
- uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # v2.35.2
25
26
php-version: 8.1
27
0 commit comments