Skip to content

Commit

Permalink
infection workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Jan 23, 2025
1 parent 6187eef commit f695fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/infection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
tools: infection, phpunit
extensions: intl, json, mbstring, gd, xml, sqlite3
coverage: xdebug
Expand Down

0 comments on commit f695fa7

Please sign in to comment.