We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6333d7 commit f208bc1Copy full SHA for f208bc1
.github/workflows/tests.yml
@@ -36,6 +36,7 @@ jobs:
36
- "8.1"
37
- "8.2"
38
- "8.3"
39
+ - "8.4"
40
mongodb-version:
41
- "4.4"
42
topology:
@@ -104,7 +105,10 @@ jobs:
104
105
- name: "Install dependencies with Composer"
106
uses: "ramsey/[email protected]"
107
with:
- composer-options: "--no-suggest"
108
+ # Revert when psalm supports PHP 8.4
109
+ # composer-options: "--no-suggest"
110
+ composer-options: "--no-suggest ${{ matrix.php-version == '8.4' && '--ignore-platform-req=php+' || '' }}"
111
+
112
113
- name: "Run PHPUnit"
114
run: "vendor/bin/simple-phpunit -v"
0 commit comments