Skip to content

Commit

Permalink
feat: add symfony 70 support
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiidonii committed Jan 2, 2025
1 parent c5df8d7 commit d681e64
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ jobs:
rm -rf composer.lock
composer require symfony/console:${{ matrix.symfony }} symfony/dependency-injection:${{ matrix.symfony }} symfony/framework-bundle:${{ matrix.symfony }} symfony/http-kernel:${{ matrix.symfony }} symfony/runtime:${{ matrix.symfony }}
- name: Show installed packages
run: composer show

- name: Show php info
run: |
php -v
php -m
- name: Cache dependencies
uses: actions/cache@v3
with:
Expand Down
13 changes: 13 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
services:
swoole-8.2:
image: phpswoole/swoole:php8.2
volumes:
- ./:/app
swoole-8.3:
image: phpswoole/swoole:php8.3
volumes:
- ./:/app
swoole-8.4:
image: phpswoole/swoole:php8.4
volumes:
- ./:/app

0 comments on commit d681e64

Please sign in to comment.