Skip to content

Commit b5b214b

Browse files
author
roadiz-ci
committed
Merge branch hotfix/v2.7.26
1 parent 27d4009 commit b5b214b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/run-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Static analysis and code style
33
on:
44
push:
55
branches:
6-
- main
76
- develop
87
- 'release/**'
98
- 'hotfix/**'
@@ -20,7 +19,7 @@ jobs:
2019
runs-on: ubuntu-latest
2120
strategy:
2221
matrix:
23-
php-version: ['8.3', '8.4']
22+
php-version: ['8.3', '8.4', '8.5']
2423
steps:
2524
- uses: shivammathur/setup-php@v2
2625
with:

0 commit comments

Comments
 (0)