We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90149a commit d1aabceCopy full SHA for d1aabce
.github/workflows/tests.yml
@@ -124,14 +124,7 @@ jobs:
124
125
- name: Setup EPV
126
if: ${{ env.EPV != '0' }}
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
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
134
- fi
+ run: composer require phpbb/epv:dev-master --dev --no-interaction --ignore-platform-reqs
135
working-directory: ./phpBB3/phpBB
136
137
- name: Run code sniffer
0 commit comments