Skip to content

Commit

Permalink
Run tests on PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Apr 2, 2023
1 parent 873d784 commit 9ac31d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- operating-system: 'ubuntu-latest'
php-version: '8.1'
composer-flags: '--ignore-platform-req=php+'
- operating-system: 'ubuntu-latest'
php-version: 8.2
composer-flags: '--ignore-platform-req=php+'

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

0 comments on commit 9ac31d3

Please sign in to comment.