Skip to content

Commit cb4f8d3

Browse files
authored
test different sf version (#1082)
1 parent 57588e3 commit cb4f8d3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/continuous-integration.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,18 @@ on: [push]
55
jobs:
66
build-test:
77
runs-on: ubuntu-latest
8-
name: 'PHPUnit (PHP ${{ matrix.php }})'
8+
name: 'PHPUnit (PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }} + ${{ matrix.dependencies }} deps, ES ${{ matrix.elasticsearch }})'
9+
env:
10+
SYMFONY_REQUIRE: "${{ matrix.symfony }}"
911
strategy:
1012
matrix:
1113
php:
1214
- '7.4'
1315
- '8.0'
1416
- '8.1'
17+
symfony:
18+
- '4.4.*'
19+
- '5.4.*'
1520
dependencies:
1621
- 'highest'
1722
include:

0 commit comments

Comments
 (0)