Skip to content

Commit c043af3

Browse files
Copilotadrian05-ms
andcommitted
feat: add PHP 8.5 to CI test matrix
Co-authored-by: adrian05-ms <212946016+adrian05-ms@users.noreply.github.com>
1 parent 2a420c1 commit c043af3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
php-versions: ['8.2', '8.3', '8.4']
22+
php-versions: ['8.2', '8.3', '8.4', '8.5']
2323
steps:
2424
- name: Setup PHP
2525
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)