Skip to content

Commit a56ae26

Browse files
committed
ci: returning fpm and cli builds, returning 8.0 and 8.1
1 parent daad52f commit a56ae26

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php_version: ['7.4']
21-
php_type: ['fpm']
22-
# php_version: ['7.4', '8.0', '8.1']
23-
# php_type: ['fpm', 'cli']
20+
php_version: ['7.4', '8.0', '8.1']
21+
php_type: ['fpm', 'cli']
2422
os_version: ['alpine']
2523
steps:
2624
- uses: e1himself/[email protected]

0 commit comments

Comments
 (0)