We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464c803 commit aeddff9Copy full SHA for aeddff9
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
12
steps:
13
- name: Setup PHP, with composer and extensions
14
- uses: shivammathur/setup-php@v2
+ uses: shivammathur/setup-php@v3
15
with:
16
php-version: ${{ matrix.php-version }}
17
extensions: bz2, curl, fileinfo, mbstring, exif, openssl, zip
0 commit comments