Skip to content

Commit

Permalink
Merge pull request #176 from bizley/dependabot/github_actions/shivamm…
Browse files Browse the repository at this point in the history
…athur/setup-php-2.21.2

Bump shivammathur/setup-php from 2.21.1 to 2.21.2
  • Loading branch information
Bizley authored Aug 20, 2022
2 parents 1ff52bd + 7ef511b commit 4f55bc9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-mysql5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v3

- name: Install PHP
uses: shivammathur/[email protected].1
uses: shivammathur/[email protected].2
with:
php-version: ${{ matrix.php }}
extensions: mbstring, intl, mysql
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-mysql8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v3

- name: Install PHP
uses: shivammathur/[email protected].1
uses: shivammathur/[email protected].2
with:
php-version: ${{ matrix.php }}
extensions: mbstring, intl, mysql
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v3

- name: Install PHP
uses: shivammathur/[email protected].1
uses: shivammathur/[email protected].2
with:
php-version: ${{ matrix.php }}
extensions: mbstring, intl, pgsql
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3

- name: Install PHP
uses: shivammathur/[email protected].1
uses: shivammathur/[email protected].2
with:
php-version: ${{ matrix.php }}
extensions: mbstring, intl, sqlite
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v3

- name: Install PHP
uses: shivammathur/[email protected].1
uses: shivammathur/[email protected].2
with:
php-version: ${{ matrix.php }}
extensions: mbstring, intl, mysql, pgsql, sqlite
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-anal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3

- name: Install PHP
uses: shivammathur/[email protected].1
uses: shivammathur/[email protected].2
with:
php-version: ${{ matrix.php }}
extensions: mbstring, intl
Expand Down

0 comments on commit 4f55bc9

Please sign in to comment.