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 ad87893 + 4be924f commit 0f7d8d9Copy full SHA for 0f7d8d9
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@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
+ uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
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