We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a48f09 commit eca8714Copy full SHA for eca8714
1 file changed
.github/workflows/tests.yml
@@ -127,7 +127,7 @@ jobs:
127
env:
128
PHP_VERSION: ${{ matrix.php }}
129
run: |
130
- if [[ "$(printf '%s\n' "$PHP_VERSION" "8.1" | sort -V | head -n1)" == "8.1" ]]; then
+ if [[ "$(printf '%s\n' "$PHP_VERSION" "8.0" | sort -V | head -n1)" == "8.0" ]]; then
131
composer require phpbb/epv:dev-master --dev --no-interaction --ignore-platform-reqs --with-all-dependencies
132
else
133
composer require phpbb/epv:dev-master --dev --no-interaction --ignore-platform-reqs
0 commit comments