Skip to content

Commit 764ef98

Browse files
Update CI PHP and Symfony versions (#59)
* Update ci.yml * Update ci.yml * Update ci.yml * Update composer.json * Trigger a new build after 3.2.0 of common is released * Update composer.json Co-authored-by: bocharsky-bw <[email protected]>
1 parent 70fd48e commit 764ef98

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,24 @@ 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
17+
- php: 7.2
2018
sf_version: '3.*'
2119
- php: 7.3
20+
sf_version: '3.*'
21+
- php: 7.4
2222
sf_version: '4.*'
23+
- php: 7.4
24+
sf_version: '5.*'
25+
- php: 7.4
26+
sf_version: '5.*'
27+
strategy: 'lowest'
28+
- php: 8.1
29+
sf_version: '6.*'
30+
strategy: 'lowest'
2331

2432
steps:
2533
- name: Checkout code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"symfony/translation": "^3.4 || ^4.2 || ^5.0 || ^6.0"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "^8.4",
17+
"phpunit/phpunit": ">=8.5.20",
1818
"symfony/framework-bundle": " ^3.4 || ^4.2 || ^5.0 || ^6.0"
1919
},
2020
"autoload": {

0 commit comments

Comments
 (0)