Skip to content

Commit

Permalink
Add CI for lowest version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Jul 25, 2024
1 parent fe9eb29 commit b8389ee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ jobs:
fail-fast: false
matrix:
include:
- php-version: '7.4'
dependency-versions: 'lowest'
php-extensions: 'ctype, iconv, mysql, imagick'
tools: 'composer:v2'
lint: false
phpunit-config: 'phpunit-9.xml.dist'
env:
SYMFONY_DEPRECATIONS_HELPER: weak

- php-version: '7.4'
dependency-versions: 'highest'
php-extensions: 'ctype, iconv, mysql, imagick'
Expand Down

0 comments on commit b8389ee

Please sign in to comment.