Skip to content

Commit 475a9fd

Browse files
chore: add ci tests for php 8.2
Co-authored-by: Christopher Georg <[email protected]>
1 parent dc0b0d4 commit 475a9fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php-version: ['7.4', '8.0', '8.1']
17+
php-version: ['7.4', '8.0', '8.1', '8.2']
1818
component: [Common, Http, Plugin]
1919

2020
name: PHP ${{ matrix.php-version }} / ${{ matrix.component }}

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php-version: ['7.4', '8.0', '8.1']
17+
php-version: ['7.4', '8.0', '8.1', '8.2']
1818
deps: ['low', 'high']
1919

2020
name: PHP ${{ matrix.php-version }} (${{ matrix.deps }})

.github/workflows/provider.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php-version: ['7.4', '8.0', '8.1']
16+
php-version: ['7.4', '8.0', '8.1', '8.2']
1717
provider:
1818
- AlgoliaPlaces
1919
- ArcGISOnline

0 commit comments

Comments
 (0)