Skip to content

Commit 3fb8bd9

Browse files
authored
Merge pull request #32 from michalsn/fix-infection
fix: infection workflow
2 parents 1709ce0 + 7424bcc commit 3fb8bd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/infection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up PHP
3232
uses: shivammathur/setup-php@v2
3333
with:
34-
php-version: '8.1'
34+
php-version: '8.2'
3535
tools: infection, phpunit
3636
extensions: intl, json, mbstring, gd, xml, sqlite3
3737
coverage: xdebug

0 commit comments

Comments
 (0)