~sjinks/php-chuid/master

« back to all changes in this revision

Viewing changes to .github/workflows/test.yml

  • Committer: GitHub
  • Author(s): Volodymyr Kolesnykov
  • Date: 2021-11-29 08:46:17 UTC
  • mfrom: (155.1.1)
  • Revision ID: git-v1:90fb5d315606a85e7fcb22172e9179c28b0e2595
Merge pull request #11 from sjinks/dependabot/github_actions/shivammathur/setup-php-2.16.0

Bump shivammathur/setup-php from 2.15.0 to 2.16.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        uses: actions/checkout@v2.4.0
33
33
 
34
34
      - name: Set up PHP
35
 
        uses: shivammathur/setup-php@2.15.0
 
35
        uses: shivammathur/setup-php@2.16.0
36
36
        with:
37
37
          php-version: ${{ matrix.php }}
38
38
          tools: none