Skip to content

Commit

Permalink
Update GitHub Action to use PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalchevrel committed Oct 15, 2023
1 parent 2b640c6 commit 6f67391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up PHP with tools
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
tools: parallel-lint

- name: Validate composer.json and composer.lock
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'

- name: Cache Composer packages
id: composer-cache
Expand Down

0 comments on commit 6f67391

Please sign in to comment.