Skip to content

Commit

Permalink
upgrade CI deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mindplay-dk committed May 6, 2024
1 parent 7596309 commit 2e49d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- php: '8.3'
coverage: xdebug
steps:
- uses: shivammathur/setup-php@2.26.0
- uses: shivammathur/setup-php@2.30.4
with:
php-version: ${{ matrix.php }}
coverage: ${{ matrix.coverage }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2 # required by Scrutinizer
- run: composer install --no-progress --no-ansi --no-interaction --dev --prefer-dist
Expand Down

0 comments on commit 2e49d3c

Please sign in to comment.