Skip to content

Commit e0d4ae3

Browse files
authored
Merge pull request #70 from iMattPro/updates
README updates
2 parents a6ea8fa + 4a25a7f commit e0d4ae3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,16 @@ call-tests:
121121
RUN_COMPOSER_INSTALL: 0
122122
123123
# CUSTOMISE PHP VERSIONS
124-
# To override the default PHP versions tested (8.1 through 8.4):
124+
# To override the default PHP versions tested (8.2 through 8.5):
125125
126126
# Preferred PHP version used for all test jobs.
127-
# Default: '8.1'
128-
PRIMARY_PHP_VERSION: '8.1'
127+
# Default: '8.2'
128+
PRIMARY_PHP_VERSION: '8.2'
129129
130130
# The MySQL and PostgreSQL jobs run tests across multiple PHP versions.
131131
# List the PHP versions you want your extension tested with.
132-
# Default: '["8.1", "8.2", "8.3", "8.4"]'
133-
PHP_VERSION_MATRIX: '["8.1", "8.2", "8.3", "8.4"]'
132+
# Default: '["8.2", "8.3", "8.4", "8.5"]'
133+
PHP_VERSION_MATRIX: '["8.2", "8.3", "8.4", "8.5"]'
134134
135135
# Generate a code coverage report (see documentation below)? 1 (yes) or 0 (no)
136136
# Default: 0
@@ -204,8 +204,8 @@ call-tests:
204204
uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@master
205205
with:
206206
EXTNAME: acme/demo
207-
PRIMARY_PHP_VERSION: '8.0'
208-
PHP_VERSION_MATRIX: '["8.0", "8.1", "8.2", "8.3", "8.4"]'
207+
PRIMARY_PHP_VERSION: '8.2'
208+
PHP_VERSION_MATRIX: '["8.2", "8.3", "8.4", "8.5"]'
209209
```
210210

211211
### Test an extension that has composer and npm dependencies

0 commit comments

Comments
 (0)