Skip to content

Commit 770a6be

Browse files
authored
Merge pull request Codeception#7 from Codeception/php8
Support PHP 8
2 parents c196265 + 493a9dc commit 770a6be

File tree

5 files changed

+7
-1442
lines changed

5 files changed

+7
-1442
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4]
11+
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0]
1212

1313
steps:
1414
- name: Checkout code

Robofile.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@
1515
],
1616
"minimum-stability": "RC",
1717
"require": {
18-
"php": ">=5.6.0 <8.0",
19-
"guzzlehttp/guzzle": "^6.3.0|^7.0.0",
20-
"codeception/lib-innerbrowser": "^1.3.2",
21-
"codeception/codeception": "*@dev"
18+
"php": ">=5.6.0 <9.0",
19+
"guzzlehttp/guzzle": "^6.3|^7.0",
20+
"codeception/lib-innerbrowser": "^1.3",
21+
"codeception/codeception": "^4.0"
2222
},
2323
"require-dev": {
24-
"codeception/util-robohelpers": "dev-master",
25-
"codeception/module-rest": "dev-master | ^1.0"
24+
"codeception/module-rest": "^1.0"
2625
},
2726
"conflict": {
2827
"codeception/codeception": "<4.0"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy