Skip to content

Commit d1aabce

Browse files
committed
Revert 3.3.x only changes
1 parent b90149a commit d1aabce

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,7 @@ jobs:
124124

125125
- name: Setup EPV
126126
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
127+
run: composer require phpbb/epv:dev-master --dev --no-interaction --ignore-platform-reqs
135128
working-directory: ./phpBB3/phpBB
136129

137130
- name: Run code sniffer

0 commit comments

Comments
 (0)