Skip to content

Commit

Permalink
Update Github Workflows (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
WorksDev authored Nov 30, 2023
1 parent d5bf2f4 commit 5d87145
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
php: ['8.1', '8.2', '8.3']
continue-on-error: ${{ matrix.php == '8.3' }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -28,15 +28,15 @@ jobs:

- name: Install dependencies
if: ${{ matrix.php != '8.3' }}
uses: nick-invision/retry@v1
uses: nick-invision/retry@v2
with:
timeout_minutes: 5
max_attempts: 3
command: composer update --no-interaction --no-progress

- name: Install Dependencies (ignore platform)
if: ${{ matrix.php == '8.3' }}
uses: nick-invision/retry@v1
uses: nick-invision/retry@v2
with:
timeout_minutes: 5
max_attempts: 3
Expand Down

0 comments on commit 5d87145

Please sign in to comment.