Skip to content

Commit

Permalink
ci(release): update PHP action
Browse files Browse the repository at this point in the history
  • Loading branch information
nelson6e65 authored Jun 6, 2024
1 parent a1c4bc1 commit 4b049d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
fetch-depth: 0

# PHP --------------------------------------------------------------------
- name: Setup PHP 7.4 environment
uses: nanasess/setup-php@v3.0.6
- name: Setup PHP environment
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: '8.2'

- name: Validate composer.json and composer.lock
run: composer validate
Expand Down

0 comments on commit 4b049d9

Please sign in to comment.