Skip to content

Commit

Permalink
Drop Behat CI for PHP 7.4 and 8.0 (#2131)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek authored Nov 20, 2023
1 parent 2d08163 commit e88cca2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
# 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
php: ['8.1', '8.2', '8.3']
type: ['Chrome', 'Chrome Lowest']
include:
- php: 'latest'
Expand Down

0 comments on commit e88cca2

Please sign in to comment.