Skip to content

Commit

Permalink
chore: change php version for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DissNik authored Nov 10, 2023
1 parent a8eb391 commit 944989f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
tools: composer:v2
coverage: xdebug
- uses: actions/checkout@v3
Expand Down

0 comments on commit 944989f

Please sign in to comment.