diff --git a/.github/workflows/clang-analyzer.yml b/.github/workflows/clang-analyzer.yml index 4f59641..9c23402 100644 --- a/.github/workflows/clang-analyzer.yml +++ b/.github/workflows/clang-analyzer.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup PHP - uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33.0 + uses: shivammathur/setup-php@27853eb8b46dc01c33bf9fef67d98df2683c3be2 # 2.34.0 with: php-version: 8.4 tools: composer, phpize diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d1b9ce7..a1abf37 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: name: "PHP Lints" steps: - name: Setup PHP - uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33.0 + uses: shivammathur/setup-php@27853eb8b46dc01c33bf9fef67d98df2683c3be2 # 2.34.0 with: php-version: 8.3 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e08815d..5136fed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: name: "PHP ${{ matrix.php-version }} (with ${{ matrix.php-extension }}) test on ${{ matrix.operating-system }}/${{ matrix.arch }}" steps: - name: Install PHP - uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33.0 + uses: shivammathur/setup-php@27853eb8b46dc01c33bf9fef67d98df2683c3be2 # 2.34.0 with: php-version: ${{ matrix.php-version }} extensions: "mbstring, intl, ${{ matrix.php-extension }}"