Skip to content

Commit e2f95af

Browse files
committed
Add php next to CI
1 parent 1d02bb2 commit e2f95af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
- test-static
119119
- test-basic
120120
runs-on: ubuntu-latest
121+
continue-on-error: ${{ matrix.php-versions == '8.5' }}
121122
strategy:
122123
fail-fast: false
123124
matrix:
@@ -128,6 +129,7 @@ jobs:
128129
- 8.2
129130
- 8.3
130131
- 8.4
132+
- 8.5
131133
phar:
132134
- "phar "
133135
- ""

0 commit comments

Comments
 (0)