We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f479271 + 57608ea commit 66a3e9bCopy full SHA for 66a3e9b
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@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # 2.34.1
+ uses: shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # 2.35.2
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