Skip to content

Commit 8de4d2c

Browse files
Allow phar build on all supported versions
1 parent 260a2c2 commit 8de4d2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
matrix:
1212
include:
1313
- php: 8.0
14-
buildphar: false
14+
buildphar: true
1515
experimental: false
1616
- php: 8.1
17-
buildphar: false
17+
buildphar: true
1818
experimental: false
1919
- php: 8.2
2020
buildphar: true

0 commit comments

Comments
 (0)