Skip to content

Commit

Permalink
Update github workflow images
Browse files Browse the repository at this point in the history
  • Loading branch information
usox committed Feb 11, 2024
1 parent e70bce7 commit 6fd9634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
php: ['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 @@ -35,7 +35,7 @@ jobs:

- 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 6fd9634

Please sign in to comment.