Skip to content

Commit b876bea

Browse files
authored
Merge pull request #2 from Codeception/php8
Php8
2 parents a2545f8 + e2f6356 commit b876bea

File tree

5 files changed

+6
-282
lines changed

5 files changed

+6
-282
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ jobs:
99
services:
1010
rabbitmq:
1111
image: rabbitmq
12+
ports:
13+
- 5672:5672
1214

1315
strategy:
1416
matrix:
15-
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4]
17+
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0]
1618

1719
steps:
1820
- name: Checkout code

Robofile.php

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

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@
1515
],
1616
"minimum-stability": "RC",
1717
"require": {
18-
"php": ">=5.6.0 <8.0",
18+
"php": ">=5.6.0 <9.0",
1919
"codeception/codeception": "^4.0",
20-
"php-amqplib/php-amqplib": "^2.10.0"
21-
},
22-
"require-dev": {
23-
"codeception/util-robohelpers": "dev-master"
20+
"php-amqplib/php-amqplib": "^2.10|^3.0"
2421
},
2522
"autoload":{
2623
"classmap": ["src/"]

documentation.md

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

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ composer require "codeception/module-amqp" --dev
1515

1616
## Documentation
1717

18-
<a href="documentation.md">Look at documentation.md file</a>
18+
See [the module documentation](https://codeception.com/docs/modules/AMQP).
1919

2020
## License
2121

0 commit comments

Comments
 (0)