Skip to content

Commit

Permalink
Add PHP8.2 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wol-soft committed Nov 8, 2022
1 parent f00f946 commit 2566430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.4', '8.0', '8.1']
php: ['7.4', '8.0', '8.1', '8.2']

name: PHP ${{ matrix.php }} tests
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 2566430

Please sign in to comment.