We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873d784 commit 9ac31d3Copy full SHA for 9ac31d3
.github/workflows/ci.yml
@@ -14,6 +14,9 @@ jobs:
14
- operating-system: 'ubuntu-latest'
15
php-version: '8.1'
16
composer-flags: '--ignore-platform-req=php+'
17
+ - operating-system: 'ubuntu-latest'
18
+ php-version: 8.2
19
+ composer-flags: '--ignore-platform-req=php+'
20
21
name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}
22
runs-on: ${{ matrix.operating-system }}
0 commit comments