Skip to content

Commit 6fb94f7

Browse files
authored
[Composer] Set range from 3.11 to <3.17 for behat/behat (#298)
* [Composer] Forced behat/gherkin v4.12.0 * Updated runs-on to Ubuntu 24.04 * Lowered behat/gherkin to v4.10.o for PHP 7.3 * Set behat/behat to ^3.16 instead * fixup! Set behat/behat to ^3.16 instead * range
1 parent aa086cd commit 6fb94f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
tests:
1212
name: Tests
13-
runs-on: "ubuntu-20.04"
13+
runs-on: "ubuntu-24.04"
1414
timeout-minutes: 10
1515

1616
strategy:
@@ -47,7 +47,7 @@ jobs:
4747

4848
cs_fix:
4949
name: Run code style check
50-
runs-on: "ubuntu-20.04"
50+
runs-on: "ubuntu-24.04"
5151
strategy:
5252
matrix:
5353
php:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require": {
1212
"php": "^7.3 || ^8.0",
1313
"ext-json": "*",
14-
"behat/behat": "^3.11",
14+
"behat/behat": ">=3.11 <3.17",
1515
"behat/mink-goutte-driver": "^1.2",
1616
"behat/mink-selenium2-driver": "^1.4",
1717
"bex/behat-screenshot": "^2.1",

0 commit comments

Comments
 (0)