Skip to content

Commit 9dc2528

Browse files
author
roadiz-ci
committed
Merge tag v2.7.26 into develop
1 parent e05ccf9 commit 9dc2528

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Unit tests, static analysis and code style
1+
name: Static analysis and code style
22

33
on:
44
push:
@@ -15,11 +15,11 @@ on:
1515
- ready_for_review
1616

1717
jobs:
18-
run-tests:
18+
static-analysis-tests:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
php-version: ['8.3', '8.4']
22+
php-version: ['8.3', '8.4', '8.5']
2323
steps:
2424
- uses: shivammathur/setup-php@v2
2525
with:

0 commit comments

Comments
 (0)