Skip to content

Commit 9ac31d3

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
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)