Skip to content

Commit 724a9fe

Browse files
committed
update symfony version to test against in CI
- Implement Symfony 5.1.* in tests - Change Symfony dev branch from master to main
1 parent 96391ea commit 724a9fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
fail-fast: false
5454
matrix:
5555
php-versions: ['7.2', '7.3', '7.4']
56-
symfony-version: ['4.4.*', '5.0.*']
56+
symfony-version: ['4.4.*', '5.0.*', '5.1.*']
5757

5858
steps:
5959
- name: Set PHP Version
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Install Global Dependencies
8282
run: |
83-
composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-master
83+
composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-main
8484
8585
- name: Install dependencies
8686
run: |
@@ -101,8 +101,8 @@ jobs:
101101
run: vendor/bin/simple-phpunit -c $GITHUB_WORKSPACE/phpunit.xml.dist --testsuite integration
102102
if: always()
103103

104-
dev-master-tests:
105-
name: Test against Symfony Master
104+
dev-main-tests:
105+
name: Test against Symfony Main
106106
runs-on: ubuntu-latest
107107

108108
strategy:

0 commit comments

Comments
 (0)