Skip to content

Commit

Permalink
Change php version in .github/workflows/php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
klimick committed Nov 19, 2022
1 parent 695a934 commit 4dd82ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'
coverage: xdebug

- name: Restore cached composer dependencies
Expand Down

0 comments on commit 4dd82ae

Please sign in to comment.