Skip to content

Commit d40601d

Browse files
committed
Debug PHP 8.5
1 parent 313333e commit d40601d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
18+
php-versions: ['8.5']
1919
os: [ubuntu-latest, windows-latest]
2020

2121
steps:
@@ -54,4 +54,4 @@ jobs:
5454
5555
- name: Run test suite
5656
run: >
57-
for f in $(find src/test/php/ -name '*Test.class.php') ; do sh xp-run xp.test.Runner -r Dots $f ; done
57+
for f in $(find src/test/php/ -name '*Test.class.php') ; do echo "== $f =="; sh xp-run xp.test.Runner -r Dots $f ; done

0 commit comments

Comments
 (0)