Skip to content

Commit

Permalink
Support newer PHP 7 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yguedidi committed Dec 23, 2023
1 parent 8333841 commit f2d17f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.1, 7.2]
php: [7.1, 7.2, 7.3, 7.4]
symfony-version: [3.4.*, 4.0.*]
composer-flags: ['', '--prefer-lowest']
fail-fast: true
Expand Down

0 comments on commit f2d17f5

Please sign in to comment.