We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6b2d5 commit 5087a11Copy full SHA for 5087a11
1 file changed
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- php_version: [8.4]
+ php_version: [8.1, 8.2, 8.3, 8.4]
11
composer_flags: ["", "--prefer-lowest"]
12
13
steps:
0 commit comments