Skip to content

Commit 5291461

Browse files
committed
Include PHP 8.3 test coverage
1 parent aee67d7 commit 5291461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
operating-system: ['ubuntu-latest']
19-
php-versions: [7.3, 7.4, 8.0, 8.1, 8.2]
19+
php-versions: [7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
2020
steps:
2121
- name: Setup PHP, with composer and extensions
2222
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php

0 commit comments

Comments
 (0)