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 1947bf9
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 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 Expand Up @@ -76,7 +85,7 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install and configure PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -109,7 +118,7 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install and configure PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 1947bf9

Please sign in to comment.