Skip to content

Commit

Permalink
Add PHP 8.2 into CI flow
Browse files Browse the repository at this point in the history
  • Loading branch information
aldas committed Nov 17, 2022
1 parent 73695f6 commit 48c46a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-version: ['8.0', '8.1']
php-version: ['8.0', '8.1', '8.2']
name: PHP ${{ matrix.php-version }} Test on ${{ matrix.operating-system }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 48c46a8

Please sign in to comment.