Skip to content

Commit b15f846

Browse files
Add PHP 8.2 to build matrix (martin-helmich#50)
1 parent 10a416c commit b15f846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
php: ['8.0', '8.1']
15+
php: ['8.0', '8.1', '8.2']
1616
phpunit: ['8.0', '9.0']
1717
composer-arg: ['']
1818
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)