Skip to content

Commit

Permalink
Update github workflow for run in 7.4 and 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Fortunier committed Jul 28, 2023
1 parent ab46aeb commit 14eca8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
jobs:
build_test:
runs-on: ubuntu-latest
name: Build and test on php-fpm:${{ matrix.php }}-builder
container: smartbooster/php-fpm:${{ matrix.php }}-builder
name: Build and test on ${{ matrix.image }}
container: ${{ matrix.image }}
strategy:
matrix:
php: [ 7.4 ]
image:
- smartbooster/php-fpm:7.4-builder
- registry.gitlab.com/pia-production/hosting/docker-php:8.2
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CHANGELOG for 1.x
- Restrict use maximal version `^5.4` of `symfony/security-http` because of changing on `UserPasswordEncoderInterface` in symfony 6
- Add `doctrine/annotations` in the require of composer
- Update codes for phpstan issues
- Update github workflow for run in 7.4 and 8.2

## v1.4.6 - (2023-07-13)

Expand Down

0 comments on commit 14eca8c

Please sign in to comment.