Skip to content

Commit eca8714

Browse files
authored
Fix EPV with PHP 8.0 too
1 parent 3a48f09 commit eca8714

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
env:
128128
PHP_VERSION: ${{ matrix.php }}
129129
run: |
130-
if [[ "$(printf '%s\n' "$PHP_VERSION" "8.1" | sort -V | head -n1)" == "8.1" ]]; then
130+
if [[ "$(printf '%s\n' "$PHP_VERSION" "8.0" | sort -V | head -n1)" == "8.0" ]]; then
131131
composer require phpbb/epv:dev-master --dev --no-interaction --ignore-platform-reqs --with-all-dependencies
132132
else
133133
composer require phpbb/epv:dev-master --dev --no-interaction --ignore-platform-reqs

0 commit comments

Comments
 (0)