Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Drop Symfony 6.4 and PHP <= 8.1
  • Loading branch information
kl3sk authored Jan 5, 2024
1 parent ec21ca2 commit 0301a60
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,18 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.4', '8.0', '8.1', '8.2']
# Symfony 6.3 requires PHP >= 8.0, it will be installed on PHP >= 8.0
# Symfony 7.0 requires PHP >= 8.2, it will be installed on PHP >= 8.2
php-version: ['8.1', '8.2']
composer-flags: ['']
symfony-version: ['^5.4']
symfony-version: ['^6.4']
include:
- php-version: 7.4
symfony-version: "^4.4"
composer-flags: "--prefer-lowest"
- php-version: 7.4
symfony-version: "^4.4"
- php-version: 8.0
symfony-version: "^4.4"
- php-version: 8.1
symfony-version: "^6.2"
symfony-version: "^6.4"
- php-version: 8.2
symfony-version: "^6.2"
symfony-version: "^6.4"
- php-version: 8.2
symfony-version: "^7.0"

steps:
- name: Checkout
Expand Down

0 comments on commit 0301a60

Please sign in to comment.