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.
1 parent 3a7f0ec commit 07703caCopy full SHA for 07703ca
1 file changed
.github/workflows/php.yml
@@ -73,7 +73,7 @@ jobs:
73
uses: actions/checkout@v4.2.2
74
75
- name: Setup PHP
76
- uses: shivammathur/setup-php@2.32.0
+ uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32.0
77
with:
78
php-version: "latest"
79
coverage: none
@@ -110,7 +110,7 @@ jobs:
110
sudo apt-get -y install ffmpeg libimage-exiftool-perl libmagickwand-dev
111
112
- name: Setup PHP Action
113
114
115
php-version: ${{ matrix.php-version }}
116
extensions: ${{ env.extensions }}
0 commit comments