Skip to content

Commit 2a8adbd

Browse files
committed
Test on PHP 8.4
1 parent b08cb91 commit 2a8adbd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
pull_request:
66

77
env:
8-
PSALM_PHP_VERSION: "8.3"
9-
COVERAGE_PHP_VERSION: "8.3"
8+
PSALM_PHP_VERSION: "8.4"
9+
COVERAGE_PHP_VERSION: "8.4"
1010

1111
jobs:
1212
psalm:
@@ -39,6 +39,7 @@ jobs:
3939
- "8.1"
4040
- "8.2"
4141
- "8.3"
42+
- "8.4"
4243
calculator:
4344
- GMP
4445
- BCMath

0 commit comments

Comments
 (0)