Skip to content

Commit

Permalink
Switch the PHAR building tests to PHP 8.1 (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Helmich <kontakt@martin-helmich.de>
  • Loading branch information
oliverklee and martin-helmich authored Oct 16, 2022
1 parent c76be73 commit b229e85
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 @@ -82,7 +82,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "7.4"
php-version: "8.1"
extensions: mbstring, intl, json

- name: Install dependencies
Expand Down

0 comments on commit b229e85

Please sign in to comment.