-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
| datasource | package | from | to | | ----------- | ---------------------- | ------- | ------ | | packagist | infection/infection | 0.27.10 | 0.28.1 | | pypi | mkdocs-material | 9.5.15 | 9.5.18 | | docker | postgres | 16.1 | 16.2 | | github-tags | shivammathur/setup-php | 2.30.0 | 2.30.2 | | github-tags | shivammathur/setup-php | 2.29.0 | 2.30.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2edf2e0
commit 2dc573c
Showing
13 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: "Install PHP" | ||
uses: "shivammathur/[email protected].0" | ||
uses: "shivammathur/[email protected].2" | ||
with: | ||
coverage: "pcov" | ||
php-version: "${{ matrix.php-version }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
services: | ||
postgres: | ||
# Docker Hub image | ||
image: "postgres:16.1" | ||
image: "postgres:16.2" | ||
# Provide the password for postgres | ||
env: | ||
POSTGRES_PASSWORD: postgres | ||
|
@@ -38,7 +38,7 @@ jobs: | |
|
||
steps: | ||
- name: "Install PHP" | ||
uses: "shivammathur/[email protected].0" | ||
uses: "shivammathur/[email protected].2" | ||
with: | ||
coverage: none | ||
php-version: "${{ matrix.php-version }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: "Install PHP" | ||
uses: "shivammathur/[email protected].0" | ||
uses: "shivammathur/[email protected].2" | ||
with: | ||
coverage: none | ||
php-version: "${{ matrix.php-version }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: "Install PHP" | ||
uses: "shivammathur/[email protected].0" | ||
uses: "shivammathur/[email protected].2" | ||
with: | ||
coverage: "pcov" | ||
php-version: "${{ matrix.php-version }}" | ||
|
@@ -104,7 +104,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: "Install PHP" | ||
uses: "shivammathur/[email protected].0" | ||
uses: "shivammathur/[email protected].2" | ||
with: | ||
coverage: "pcov" | ||
php-version: "${{ matrix.php-version }}" | ||
|
@@ -157,7 +157,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: "Install PHP" | ||
uses: "shivammathur/[email protected].0" | ||
uses: "shivammathur/[email protected].2" | ||
with: | ||
coverage: "pcov" | ||
php-version: "${{ matrix.php-version }}" | ||
|
@@ -190,7 +190,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: "Install PHP" | ||
uses: "shivammathur/[email protected].0" | ||
uses: "shivammathur/[email protected].2" | ||
with: | ||
coverage: "pcov" | ||
php-version: "${{ matrix.php-version }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: "Install PHP" | ||
uses: "shivammathur/[email protected].0" | ||
uses: "shivammathur/[email protected].2" | ||
with: | ||
coverage: "pcov" | ||
php-version: "${{ matrix.php-version }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: "Install PHP" | ||
uses: "shivammathur/[email protected].0" | ||
uses: "shivammathur/[email protected].2" | ||
with: | ||
coverage: none | ||
php-version: "${{ matrix.php-version }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: "Install PHP" | ||
uses: "shivammathur/[email protected].0" | ||
uses: "shivammathur/[email protected].2" | ||
with: | ||
coverage: none | ||
php-version: "${{ matrix.php-version }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: "Install PHP" | ||
uses: "shivammathur/[email protected].0" | ||
uses: "shivammathur/[email protected].2" | ||
with: | ||
coverage: "pcov" | ||
php-version: "${{ matrix.php-version }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters