Skip to content

Commit f208bc1

Browse files
authored
PHPLIB-1415 Add tests for PHP 8.4 (#1287)
1 parent d6333d7 commit f208bc1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: .github/workflows/tests.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- "8.1"
3737
- "8.2"
3838
- "8.3"
39+
- "8.4"
3940
mongodb-version:
4041
- "4.4"
4142
topology:
@@ -104,7 +105,10 @@ jobs:
104105
- name: "Install dependencies with Composer"
105106
uses: "ramsey/[email protected]"
106107
with:
107-
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+
108112

109113
- name: "Run PHPUnit"
110114
run: "vendor/bin/simple-phpunit -v"

0 commit comments

Comments
 (0)