Skip to content

Commit 42a7686

Browse files
committed
add PHP 8.2 tests
1 parent fdd80d9 commit 42a7686

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
php-version: ['7.4', '8.0', '8.1']
22+
php-version: ['7.4', '8.0', '8.1', '8.2']
2323
coverage: ['no']
2424
test-tld: ['no']
2525
include:
26-
- php-version: '8.1'
26+
- php-version: '8.2'
2727
coverage: 'coverage'
2828
test-tld: 'no'
29-
- php-version: '8.1'
29+
- php-version: '8.2'
3030
coverage: 'no'
3131
test-tld: 'test-tld'
3232

@@ -56,7 +56,7 @@ jobs:
5656
run: composer install --prefer-dist
5757

5858
- name: Setup problem matchers for PHPUnit
59-
if: matrix.php-version == '8.1'
59+
if: matrix.php-version == '8.1' || matrix.php-version == '8.2'
6060
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
6161

6262
- name: Run PHPUnit
@@ -82,7 +82,7 @@ jobs:
8282
- name: Setup PHP
8383
uses: shivammathur/setup-php@v2
8484
with:
85-
php-version: '8.1'
85+
php-version: '8.2'
8686
extensions: mbstring, intl, apcu
8787
coverage: none
8888
tools: cs2pr, phpcs

0 commit comments

Comments
 (0)