We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417e365 commit 8cbfcfcCopy full SHA for 8cbfcfc
.github/workflows/phpunit.yml
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
14
matrix:
15
- php: [8.1, 8.2, 8.3]
+ php: [8.1, 8.2, 8.3, 8.4]
16
extension: [":bcmath", ":gmp"]
17
18
name: PHP ${{ matrix.php }}
0 commit comments