We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a860e39 commit d954073Copy full SHA for d954073
1 file changed
.github/workflows/tests.yml
@@ -43,8 +43,8 @@ jobs:
43
RUN_WINDOWS_JOBS: 0
44
45
# Preferred PHP version used for all test jobs.
46
- PRIMARY_PHP_VERSION: '8.1'
+ PRIMARY_PHP_VERSION: '8.2'
47
48
# The MySQL and PostgreSQL jobs run tests across multiple PHP versions.
49
# List the PHP versions you want your extension tested with.
50
- PHP_VERSION_MATRIX: '["8.1", "8.2", "8.3", "8.4"]'
+ PHP_VERSION_MATRIX: '["8.2", "8.3", "8.4"]'
0 commit comments