Skip to content

Commit

Permalink
chore: add PHP 8.2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Apr 28, 2023
1 parent 3acaacd commit c68a1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
php: ['7.4', '8.0', '8.1']
php: ['7.4', '8.0', '8.1', '8.2']

name: PHP ${{ matrix.php }} - ${{ matrix.os }}

Expand Down

0 comments on commit c68a1b3

Please sign in to comment.