Skip to content

Commit 264f567

Browse files
authored
Merge pull request #1421 from phil-davis/php-8.2-in-ci
PHP 8.2 in CI
2 parents 5c4fb8e + cd5e32c commit 264f567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
fail-fast: false
5555
matrix:
56-
php-versions: [ '7.1', '7.2', '7.3', '7.4', '8.0' ]
56+
php-versions: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
5757
coverage: [ 'xdebug' ]
5858
streaming: [ false ]
5959
include:

0 commit comments

Comments
 (0)