Skip to content

Commit

Permalink
Fixed build matrix config
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Nov 15, 2024
1 parent cedf392 commit f39e78f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
with_coverage: [ false ]
include:
- php: '8.3'
- selenium_version: '2.53.1'
php: '8.3'
with_coverage: true
- selenium_version: '3.141.59'
php: '8.3'
Expand Down

0 comments on commit f39e78f

Please sign in to comment.