Skip to content

Commit

Permalink
Update fix_style.yml to php83
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb authored Nov 28, 2024
1 parent 5759457 commit 042fd3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fix_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.4
php-version: 8.3

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-php-8.4-${{ hashFiles('**/composer.json') }}
key: ${{ runner.os }}-php-8.3-${{ hashFiles('**/composer.json') }}
restore-keys: |
${{ runner.os }}-php-8.4-
${{ runner.os }}-php-8.3-
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 042fd3a

Please sign in to comment.