Skip to content

Commit 8b9e9c1

Browse files
committed
Add PHP 8.5 to test matrix
1 parent 4917cd7 commit 8b9e9c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
php-version:
2828
- "8.3"
2929
- "8.4"
30+
- "8.5"
3031
operating-system:
3132
- "ubuntu-latest"
3233

@@ -42,7 +43,7 @@ jobs:
4243
extensions: mbstring
4344

4445
- name: "Install dependencies"
45-
uses: "ramsey/composer-install@v2"
46+
uses: "ramsey/composer-install@v3"
4647
with:
4748
dependency-versions: "${{ matrix.dependencies }}"
4849

0 commit comments

Comments
 (0)