Skip to content

Commit 711fafa

Browse files
committed
#49 Remove PHP 7 from testing
1 parent 71a5ce8 commit 711fafa

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
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
php-versions: ['7.1', '8.1']
16+
php-versions: ['8.1', '8.2', '8.3']
1717

1818
name: PHP ${{ matrix.php-versions }} Test
1919

0 commit comments

Comments
 (0)