Skip to content

Commit 0b92c8f

Browse files
committed
Update dependencies
2 parents f879e7f + 7242ee4 commit 0b92c8f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [8.0, 8.1]
11+
php: [8.0, 8.1, 8.2]
1212

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616

1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"name": "Michael Bodnarchuk"
1111
}
1212
],
13-
"minimum-stability": "dev",
13+
"minimum-stability": "RC",
1414
"require": {
1515
"php": "^8.0",
1616
"ext-dom": "*",
17-
"codeception/codeception": "^5.0.0-alpha3",
18-
"codeception/lib-innerbrowser": "^2.0 | *@dev",
17+
"codeception/codeception": "^5.0.8",
18+
"codeception/lib-innerbrowser": "^3.0 | ^4.0",
1919
"codeception/lib-xml": "^1.0"
2020
},
2121
"require-dev": {
22-
"codeception/util-universalframework": "^1.0 | *@dev",
22+
"codeception/util-universalframework": "^1.0",
2323
"codeception/stub": "^4.0"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)