We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c2c62f + 93781a5 commit 56f4987Copy full SHA for 56f4987
2 files changed
.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
14
name: "PHP Lints"
15
steps:
16
- name: Setup PHP
17
- uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # 2.35.3
+ uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # 2.35.4
18
with:
19
php-version: 8.2
20
tools: composer
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
name: "PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-system }}"
21
22
23
php-version: ${{ matrix.php-versions }}
24
ini-file: development
0 commit comments