Skip to content

Commit d2c6493

Browse files
#276: Added PHP 8.5 support to build pipeline
1 parent fc2bca3 commit d2c6493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: 'ubuntu-24.04'
6868
strategy:
6969
matrix:
70-
php: ['8.2', '8.3', '8.4']
70+
php: ['8.2', '8.3', '8.4', '8.5']
7171
fail-fast: false
7272
steps:
7373
- uses: 'actions/checkout@v4'

0 commit comments

Comments
 (0)