Skip to content

Commit 998db4f

Browse files
committed
Update build.yml
1 parent 4d596fe commit 998db4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
php-version: "${{ matrix.php-version }}"
174174
ini-file: development
175175
extensions: pdo, mysqli, pgsql, pdo_mysql, pdo_pgsql, pdo_sqlite, mongodb
176-
tools: infection:0.31.6
176+
tools: infection:0.31.7
177177

178178
- name: "Allow installing on PHP 8.4"
179179
if: matrix.php-version == '8.4'
@@ -202,6 +202,7 @@ jobs:
202202
203203
- name: "Cache Result cache"
204204
uses: actions/cache@v4
205+
if: always()
205206
with:
206207
path: ./tmp
207208
key: "result-cache-v14-${{ matrix.php-version }}-${{ github.run_id }}"

0 commit comments

Comments
 (0)