Skip to content

Commit c0e75e5

Browse files
authored
Port testing on latest PHP and Symfony versions (#49)
1 parent 986ddf4 commit c0e75e5

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

.github/workflows/ci.yml

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,26 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: [ '7.2', '7.3', '7.4', '8.0' ]
13+
php: [ '8.0', '8.1' ]
1414
strategy: [ 'highest' ]
15-
sf_version: ['']
15+
sf_version: ['5.*', '6.*']
1616
include:
17-
- php: 7.4
18-
strategy: 'lowest'
19-
- php: 7.3
20-
sf_version: '3.*'
21-
- php: 7.3
22-
sf_version: '4.*'
23-
17+
- php: 7.2
18+
sf_version: '4.*'
19+
- php: 7.3
20+
sf_version: '3.*'
21+
- php: 7.3
22+
sf_version: '4.*'
23+
- php: 7.3
24+
sf_version: '5.*'
25+
- php: 7.4
26+
strategy: 'lowest'
27+
- php: 7.4
28+
sf_version: '4.*'
29+
- php: 7.4
30+
sf_version: '5.*'
31+
- php: 8.1
32+
strategy: 'lowest'
2433
steps:
2534
- name: Checkout code
2635
uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"require-dev": {
1616
"symfony/phpunit-bridge": "^4.3 || ^5.0 || ^6.0",
17-
"phpunit/phpunit": "^8.4"
17+
"phpunit/phpunit": ">=8.5.23"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)