Skip to content

Commit 8103e6c

Browse files
committed
tests: lowest PHP 8.1 does not fail
1 parent 86f6b18 commit 8103e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
composer-options: ['']
6262
include:
6363
# --prefer-lowest outputs have different error counts in the assertions
64-
- { php-version: '8.1', experimental: true, os: ubuntu-latest, composer-options: '--prefer-lowest' }
64+
- { php-version: '8.1', experimental: false, os: ubuntu-latest, composer-options: '--prefer-lowest' }
6565
- { php-version: '8.2', experimental: true, os: ubuntu-latest, composer-options: '--prefer-lowest' }
6666
- { php-version: '8.3', experimental: true, os: ubuntu-latest, composer-options: '--prefer-lowest' }
6767
- { php-version: '8.4', experimental: true, os: ubuntu-latest, composer-options: '--prefer-lowest' }

0 commit comments

Comments
 (0)