Skip to content

Commit d954073

Browse files
committed
Update tests to run PHP 8.2
1 parent a860e39 commit d954073

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
RUN_WINDOWS_JOBS: 0
4444

4545
# Preferred PHP version used for all test jobs.
46-
PRIMARY_PHP_VERSION: '8.1'
46+
PRIMARY_PHP_VERSION: '8.2'
4747

4848
# The MySQL and PostgreSQL jobs run tests across multiple PHP versions.
4949
# List the PHP versions you want your extension tested with.
50-
PHP_VERSION_MATRIX: '["8.1", "8.2", "8.3", "8.4"]'
50+
PHP_VERSION_MATRIX: '["8.2", "8.3", "8.4"]'

0 commit comments

Comments
 (0)