Skip to content

Commit d48e514

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | --------------------------------- | ------- | ------- | | github-tags | actions/cache | v3.0.10 | v3.3.1 | | github-tags | codecov/codecov-action | v3.1.1 | v3.1.3 | | packagist | infection/infection | 0.26.19 | 0.26.20 | | packagist | jms/serializer | 3.23.0 | 3.23.0 | | packagist | phpstan/extension-installer | 1.2.0 | 1.3.0 | | packagist | phpstan/phpstan | 1.10.8 | 1.10.14 | | packagist | phpstan/phpstan-deprecation-rules | 1.1.3 | 1.1.3 | | packagist | phpstan/phpstan-phpunit | 1.3.11 | 1.3.11 | | packagist | phpstan/phpstan-strict-rules | 1.5.0 | 1.5.1 | | packagist | phpunit/phpunit | 10.0.19 | 10.1.2 | | github-tags | shivammathur/setup-php | 2.17.0 | 2.25.1 | | github-tags | shivammathur/setup-php | 2.24.0 | 2.25.1 |
1 parent 9a8dc6b commit d48e514

File tree

8 files changed

+109
-100
lines changed

8 files changed

+109
-100
lines changed

.github/workflows/backwards-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: "Install PHP"
19-
uses: "shivammathur/setup-php@2.24.0"
19+
uses: "shivammathur/setup-php@2.25.1"
2020
with:
2121
php-version: "8.1"
2222
ini-values: memory_limit=-1

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3737

3838
- name: "Cache dependencies"
39-
uses: "actions/cache@v3.0.10"
39+
uses: "actions/cache@v3.3.1"
4040
with:
4141
path: ${{ steps.composer-cache.outputs.dir }}
4242
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"

.github/workflows/composer-json-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3737

3838
- name: "Cache dependencies"
39-
uses: "actions/cache@v3.0.10"
39+
uses: "actions/cache@v3.3.1"
4040
with:
4141
path: ${{ steps.composer-cache.outputs.dir }}
4242
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"

.github/workflows/mutation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3737

3838
- name: "Cache dependencies"
39-
uses: "actions/cache@v3.0.10"
39+
uses: "actions/cache@v3.3.1"
4040
with:
4141
path: ${{ steps.composer-cache.outputs.dir }}
4242
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"

.github/workflows/phpunit.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
4040

4141
- name: "Cache dependencies"
42-
uses: "actions/cache@v3.0.10"
42+
uses: "actions/cache@v3.3.1"
4343
with:
4444
path: ${{ steps.composer-cache.outputs.dir }}
4545
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
@@ -95,7 +95,7 @@ jobs:
9595
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
9696

9797
- name: "Cache dependencies"
98-
uses: "actions/cache@v3.0.10"
98+
uses: "actions/cache@v3.3.1"
9999
with:
100100
path: ${{ steps.composer-cache.outputs.dir }}
101101
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
@@ -127,7 +127,7 @@ jobs:
127127
uses: "actions/checkout@v3"
128128

129129
- name: "Install PHP"
130-
uses: "shivammathur/setup-php@2.17.0"
130+
uses: "shivammathur/setup-php@2.25.1"
131131
with:
132132
coverage: "xdebug"
133133
php-version: "${{ matrix.php-version }}"
@@ -139,7 +139,7 @@ jobs:
139139
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
140140

141141
- name: "Cache dependencies"
142-
uses: "actions/cache@v3.0.10"
142+
uses: "actions/cache@v3.3.1"
143143
with:
144144
path: ${{ steps.composer-cache.outputs.dir }}
145145
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
@@ -165,4 +165,4 @@ jobs:
165165
run: "make phpunit PHPUNIT_FLAGS='--coverage-text --coverage-clover=coverage.xml'"
166166

167167
- name: "Upload Coverage"
168-
uses: "codecov/[email protected].1"
168+
uses: "codecov/[email protected].3"

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3737

3838
- name: "Cache dependencies"
39-
uses: "actions/cache@v3.0.10"
39+
uses: "actions/cache@v3.3.1"
4040
with:
4141
path: ${{ steps.composer-cache.outputs.dir }}
4242
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"require": {
1313
"php": "~8.1.0 || ~8.2.0",
1414
"chimera/foundation": "^1.0.x-dev",
15-
"jms/serializer": "^3.18"
15+
"jms/serializer": "^3.23.0"
1616
},
1717
"require-dev": {
18-
"infection/infection": "^0.26.19",
18+
"infection/infection": "^0.26.20",
1919
"lcobucci/coding-standard": "^9.0",
20-
"phpstan/extension-installer": "^1.2",
21-
"phpstan/phpstan": "^1.8",
22-
"phpstan/phpstan-deprecation-rules": "^1.0",
23-
"phpstan/phpstan-phpunit": "^1.1",
24-
"phpstan/phpstan-strict-rules": "^1.4",
25-
"phpunit/phpunit": "^10.0.16"
20+
"phpstan/extension-installer": "^1.3.0",
21+
"phpstan/phpstan": "^1.10.14",
22+
"phpstan/phpstan-deprecation-rules": "^1.1.3",
23+
"phpstan/phpstan-phpunit": "^1.3.11",
24+
"phpstan/phpstan-strict-rules": "^1.5.1",
25+
"phpunit/phpunit": "^10.1.2"
2626
},
2727
"provide": {
2828
"chimera/serialization-implementation": "0.5.0"

0 commit comments

Comments
 (0)