Skip to content

Commit 9ac31d3

Browse files
committed
Run tests on PHP 8.2
1 parent 873d784 commit 9ac31d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- operating-system: 'ubuntu-latest'
1515
php-version: '8.1'
1616
composer-flags: '--ignore-platform-req=php+'
17+
- operating-system: 'ubuntu-latest'
18+
php-version: 8.2
19+
composer-flags: '--ignore-platform-req=php+'
1720

1821
name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}
1922
runs-on: ${{ matrix.operating-system }}

0 commit comments

Comments
 (0)