Skip to content

Commit

Permalink
Merge pull request #4 from wol-soft/updateWorkflow
Browse files Browse the repository at this point in the history
Add PHP8.2 testing
  • Loading branch information
wol-soft authored Nov 8, 2022
2 parents f00f946 + 2566430 commit 43ce48b
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 43ce48b

Please sign in to comment.