Skip to content

Commit 24cb742

Browse files
authored
Add PHP 8.3 to CI (#1207)
1 parent 6fd365b commit 24cb742

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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: ['8.0', '8.1', '8.2']
17+
php-version: ['8.0', '8.1', '8.2', '8.3']
1818
component: [Common, Http, Plugin]
1919

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

.github/workflows/php.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php-version: ['8.0', '8.1', '8.2']
15+
php-version: ['8.0', '8.1', '8.2', '8.3']
1616
deps: ['low', 'high']
1717
name: PHP ${{ matrix.php-version }} (${{ matrix.deps }})
1818
steps:
@@ -41,10 +41,10 @@ jobs:
4141
name: PHPStan
4242
steps:
4343
- uses: actions/checkout@v4
44-
- name: Use PHP 8.2
44+
- name: Use PHP 8.3
4545
uses: shivammathur/setup-php@v2
4646
with:
47-
php-version: 8.2
47+
php-version: 8.3
4848
extensions: curl
4949
- name: Install dependencies
5050
run: composer install --no-progress
@@ -56,12 +56,12 @@ jobs:
5656
name: PHP CS Fixer
5757
steps:
5858
- uses: actions/checkout@v4
59-
- name: Use PHP 8.2
59+
- name: Use PHP 8.3
6060
uses: shivammathur/setup-php@v2
6161
with:
62-
php-version: 8.2
62+
php-version: 8.3
6363
extensions: curl
6464
- name: Install dependencies
6565
run: composer install --no-progress
6666
- name: Run PHPStan
67-
run: composer run-script cs
67+
run: composer run-script cs

.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: ['8.0', '8.1', '8.2']
16+
php-version: ['8.0', '8.1', '8.2', '8.3']
1717
provider:
1818
- AlgoliaPlaces
1919
- ArcGISOnline

0 commit comments

Comments
 (0)