Skip to content

Commit 6fabd3a

Browse files
committed
add php 8.5 to tests workflow
1 parent 3bb9f99 commit 6fabd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest, windows-latest]
21-
php-versions: ['8.2', '8.3', '8.4']
21+
php-versions: ['8.2', '8.3', '8.4', '8.5']
2222

2323
runs-on: ${{ matrix.os }}
2424
timeout-minutes: 3

0 commit comments

Comments
 (0)