Skip to content

Commit e88cca2

Browse files
authored
Drop Behat CI for PHP 7.4 and 8.0 (#2131)
1 parent 2d08163 commit e88cca2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-unit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@ jobs:
238238
strategy:
239239
fail-fast: false
240240
matrix:
241-
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
241+
# Selenium with PHP 7.4 and 8.0 was failing too often on initial/create session request, probably because of older (Alpine 3.16) base image
242+
php: ['8.1', '8.2', '8.3']
242243
type: ['Chrome', 'Chrome Lowest']
243244
include:
244245
- php: 'latest'

0 commit comments

Comments
 (0)