Skip to content

Commit

Permalink
Add PHP version 7.2, 7.4 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hristo Popov committed Sep 30, 2023
1 parent bd57c17 commit dd11360
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- master

jobs:
phpunit:
phpunit-sf5:
name: "PHPUnit"
runs-on: "ubuntu-20.04"

Expand All @@ -16,6 +16,21 @@ jobs:
matrix:
symfony-version:
- '^5.4'
php-version:
- '7.2.5'
- '7.4'
dependencies:
- "lowest"
- "highest"

phpunit-sf6:
name: "PHPUnit"
runs-on: "ubuntu-20.04"

strategy:
fail-fast: false
matrix:
symfony-version:
- '^6.0'
php-version:
- '8.1'
Expand Down

0 comments on commit dd11360

Please sign in to comment.