Skip to content

Commit 73c4e8e

Browse files
authored
Update infection.yaml
1 parent 1abec7a commit 73c4e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/infection.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v2
88
- uses: shivammathur/setup-php@v2
99
with:
10-
php-version: '8.0'
10+
php-version: '8.1'
1111
tools: composer:v2
1212
coverage: pcov
1313
- uses: actions/cache@v2
@@ -19,7 +19,7 @@ jobs:
1919
- uses: php-actions/composer@v5
2020
with:
2121
args: --prefer-dist
22-
php_version: 8.0
22+
php_version: 8.1
2323

2424
- name: Infection
2525
run: |

0 commit comments

Comments
 (0)