Skip to content

Commit

Permalink
Set PHP version to 8.2 in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elkuku committed Dec 4, 2023
1 parent 6332003 commit 94d8089
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 @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-versions: ['8.1']
php-versions: ['8.2']
steps:
# —— Setup GitHub actions —————————————————————————————————————————————
# https://github.com/actions/checkout (official)
Expand Down

0 comments on commit 94d8089

Please sign in to comment.