Skip to content

Commit cb36794

Browse files
authored
ci: enable PHP 8.2 workflow (open-feature#32)
- add PHP 8.2 for CI workflow Signed-off-by: Tom Carrio <[email protected]>
1 parent 9449851 commit cb36794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
operating-system: [ubuntu-latest]
21-
php-version: ['7.4', '8.0', '8.1']
21+
php-version: ['7.4', '8.0', '8.1', '8.2']
2222

2323
steps:
2424
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)