Skip to content

Commit

Permalink
Fixed PHP 8.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
M_A_X_NSK committed Aug 9, 2022
1 parent 93cb740 commit ff9c2ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
version: 8.0
xdebug: 3.1.1
-
version: 8.1-rc
version: 8.1
xdebug: 3.1.1
runs-on: ubuntu-20.04
steps:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
version: 8.0
composer: --prefer-lowest
-
version: 8.1-rc
version: 8.1
composer: --prefer-lowest
-
version: 7.4
Expand All @@ -94,7 +94,7 @@ jobs:
version: 8.0
composer: --prefer-stable
-
version: 8.1-rc
version: 8.1
composer: --prefer-stable
steps:
-
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.4|^8.0|8.1.*",
"php": "^7.4|^8.0|^8.1",
"ext-curl": "*",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.0",
Expand Down

0 comments on commit ff9c2ea

Please sign in to comment.