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 b9f9a4e + d3e5744 commit 5b66444Copy full SHA for 5b66444
.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
14
name: "PHP Lints"
15
steps:
16
- name: Setup PHP
17
- uses: shivammathur/setup-php@27853eb8b46dc01c33bf9fef67d98df2683c3be2 # 2.34.0
+ uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # 2.34.1
18
with:
19
php-version: 8.3
20
.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
tools: composer
0 commit comments