Skip to content

Commit

Permalink
Require PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Feb 24, 2022
1 parent 038979c commit 3f7d84e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
strategy:
matrix:
include:
- operating-system: 'ubuntu-latest'
php-version: '8.0'

- operating-system: 'ubuntu-latest'
php-version: '8.1'

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": ">=8",
"php": ">=8.1",
"amphp/amp": "^3",
"revolt/event-loop": "^0.2"
},
Expand Down

0 comments on commit 3f7d84e

Please sign in to comment.