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
Naktibalda authored Feb 10, 2023
1 parent d8e96a5 commit f3b6078
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 @@ -8,11 +8,11 @@ jobs:

strategy:
matrix:
php: [7.4, 8.0, 8.1]
php: [7.4, 8.0, 8.1, 8.2]

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

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

0 comments on commit f3b6078

Please sign in to comment.