This commit is contained in:
Dylan K. Taylor 2022-08-20 18:53:08 +01:00
parent 6a4e5aba8b
commit 83db186b6a
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -17,7 +17,7 @@ jobs:
steps:
- name: Build and prepare PHP cache
uses: pmmp/setup-php-action@330b4c29406995550f79df53e03c470eec8b2cb4
uses: pmmp/setup-php-action@e128aee02fd35c43331e2c0cdaddd066ef6d6692
with:
php-version: ${{ matrix.php }}
install-path: "./bin"
@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v3
- name: Setup PHP
uses: pmmp/setup-php-action@330b4c29406995550f79df53e03c470eec8b2cb4
uses: pmmp/setup-php-action@e128aee02fd35c43331e2c0cdaddd066ef6d6692
with:
php-version: ${{ matrix.php }}
install-path: "./bin"
@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@v3
- name: Setup PHP
uses: pmmp/setup-php-action@330b4c29406995550f79df53e03c470eec8b2cb4
uses: pmmp/setup-php-action@e128aee02fd35c43331e2c0cdaddd066ef6d6692
with:
php-version: ${{ matrix.php }}
install-path: "./bin"
@ -115,7 +115,7 @@ jobs:
submodules: true
- name: Setup PHP
uses: pmmp/setup-php-action@330b4c29406995550f79df53e03c470eec8b2cb4
uses: pmmp/setup-php-action@e128aee02fd35c43331e2c0cdaddd066ef6d6692
with:
php-version: ${{ matrix.php }}
install-path: "./bin"
@ -153,7 +153,7 @@ jobs:
- uses: actions/checkout@v3
- name: Setup PHP
uses: pmmp/setup-php-action@330b4c29406995550f79df53e03c470eec8b2cb4
uses: pmmp/setup-php-action@e128aee02fd35c43331e2c0cdaddd066ef6d6692
with:
php-version: ${{ matrix.php }}
install-path: "./bin"