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 df4e92c + 9da3776 commit 8791645Copy full SHA for 8791645
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@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
+ uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
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