Skip to content

Commit

Permalink
✅ test on PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Dec 27, 2022
1 parent 9c37066 commit 5430dd6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ jobs:
php: '7.4'
- description: '8.0'
php: '8.0'
- description: 'latest'
- description: '8.1'
php: '8.1'
- description: 'latest'
php: '8.2'
name: PHP ${{ matrix.php }} tests
steps:
- name: Checkout
Expand Down

0 comments on commit 5430dd6

Please sign in to comment.