Skip to content

Commit 939f3cd

Browse files
authored
Add PHP 8.2 to tests
1 parent 07d8a60 commit 939f3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
php-versions: ['7.3', '7.4', '8.0', '8.1']
12+
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
1313

1414
steps:
1515
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)