Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                   | from    | to      |
| ----------- | ------------------------- | ------- | ------- |
| github-tags | actions/checkout          | v4.1.4  | v4.1.7  |
| packagist   | phpunit/phpunit           | 10.5.20 | 10.5.26 |
| github-tags | shivammathur/setup-php    | 2.30.4  | 2.31.0  |
| packagist   | squizlabs/php_codesniffer | 3.9.2   | 3.10.1  |
| packagist   | vimeo/psalm               | 5.23.1  | 5.25.0  |
  • Loading branch information
renovate[bot] authored Jul 8, 2024
1 parent bb1ce94 commit 571b00e
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo $IMAGE_NAME

- name: "Checkout"
uses: actions/[email protected].4
uses: actions/[email protected].7

- name: "Log in to the Container registry"
uses: docker/login-action@v3
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
name: CS Checks
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: shivammathur/setup-php@2.30.4
- uses: actions/[email protected].7
- uses: shivammathur/setup-php@2.31.0
with:
php-version: ${{ env.default_php }}
extensions: ${{ env.php_extensions }}
Expand All @@ -32,8 +32,8 @@ jobs:
name: Psalm Static Analysis
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: shivammathur/setup-php@2.30.4
- uses: actions/[email protected].7
- uses: shivammathur/setup-php@2.31.0
with:
php-version: ${{ env.default_php }}
extensions: ${{ env.php_extensions }}
Expand Down Expand Up @@ -61,8 +61,8 @@ jobs:
options: --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3

steps:
- uses: actions/[email protected].4
- uses: shivammathur/setup-php@2.30.4
- uses: actions/[email protected].7
- uses: shivammathur/setup-php@2.31.0
with:
php-version: ${{ matrix.php-version }}
extensions: ${{ env.php_extensions }}
Expand Down Expand Up @@ -90,8 +90,8 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: actions/[email protected].4
- uses: shivammathur/setup-php@2.30.4
- uses: actions/[email protected].7
- uses: shivammathur/setup-php@2.31.0
with:
php-version: ${{ env.default_php }}
ini-values: memory_limit=-1
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@
"netglue/revs": "^1.4.0",
"php-http/mock-client": "^1.6.0",
"php-standard-library/psalm-plugin": "^2.3.0",
"phpunit/phpunit": "^10.5.20",
"phpunit/phpunit": "^10.5.26",
"psalm/plugin-phpunit": "^0.19.0",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.9.2",
"vimeo/psalm": "^5.23.1"
"squizlabs/php_codesniffer": "^3.10.1",
"vimeo/psalm": "^5.25.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 571b00e

Please sign in to comment.