Skip to content

Commit 9d78953

Browse files
committed
Add PHP 8.2 to continuous integration tests
1 parent 13a5718 commit 9d78953

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
include:
2626
- php: '8.1'
2727
future-release: true
28+
- php: '8.2'
29+
future-release: true
2830
fail-fast: false
2931
name: PHP ${{ matrix.php }}
3032
continue-on-error: ${{ matrix.future-release }}

0 commit comments

Comments
 (0)