Skip to content

Commit

Permalink
Merge pull request #31 from scoutapp/add-php83-to-build-matrix
Browse files Browse the repository at this point in the history
Added PHP 8.3 to build matrix
  • Loading branch information
asgrim authored Dec 7, 2023
2 parents c8046c7 + 6cceb36 commit e626069
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/validate-composer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,14 @@ jobs:
- "5.*"
- "6.*"
php-version:
- "7.1"
- "7.2"
- "7.3"
- "7.4"
- "8.0"
- "8.1"
- "8.2"
- "8.3"
exclude:
- { symfony-version: "4.*", "twig-version": "3.*", php-version: "7.1" } # Twig 3 (on Symfony 4) requires 7.2+
- { symfony-version: "5.*", php-version: "7.1" } # Symfony 5 requires 7.2+
- { symfony-version: "6.*", php-version: "7.1" } # Symfony 6 requires 8.0+
- { symfony-version: "6.*", php-version: "7.2" } # Symfony 6 requires 8.0+
- { symfony-version: "6.*", php-version: "7.3" } # Symfony 6 requires 8.0+
- { symfony-version: "6.*", php-version: "7.4" } # Symfony 6 requires 8.0+
Expand Down

0 comments on commit e626069

Please sign in to comment.