Skip to content

Commit 715cae1

Browse files
committed
Add CI job running tests with PHP 8.5
Signed-off-by: Tim Goudriaan <tim@codedmonkey.com>
1 parent c584b85 commit 715cae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
POSTGRES_USER: dirigent
8080
strategy:
8181
matrix:
82-
php-version: ["8.3", "8.4"]
82+
php-version: ["8.3", "8.4", "8.5"]
8383

8484
steps:
8585
- name: Checkout code

0 commit comments

Comments
 (0)