Skip to content

Commit

Permalink
Use PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 13, 2023
1 parent e80be13 commit b06c001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
coverage: none

- name: Run PHP-CS-Fixer
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
coverage: none

- name: Install dependencies with Composer
Expand Down

0 comments on commit b06c001

Please sign in to comment.