We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent babceaf commit c7e8852Copy full SHA for c7e8852
1 file changed
.github/workflows/ci.yml
@@ -7,11 +7,8 @@ jobs:
7
runs-on: ubuntu-24.04
8
strategy:
9
matrix:
10
- php-version: ['8.1', '8.2']
11
- symfony-version: ['^6.1', '^7.0']
12
- exclude:
13
- - php-version: '8.1'
14
- symfony-version: '^7.0'
+ php-version: ['8.2', '8.3', '8.4']
+ symfony-version: ['6.4', '^7.0', '^8.0']
15
steps:
16
- uses: actions/checkout@master
17
- uses: shivammathur/setup-php@v2
0 commit comments