We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f70d6 commit c611108Copy full SHA for c611108
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- php_version: ["7.4", "8.0", "8.1"]
+ php_version: ["8.0", "8.1", "8.2"]
11
composer_flags: ["", "--prefer-lowest"]
12
13
steps:
0 commit comments