Skip to content

Commit 37d9064

Browse files
committed
ci: add symfony 6.3 to the matrix
1 parent f265f48 commit 37d9064

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Get composer cache directory
4444
id: composer-cache
45-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
45+
run: echo "dir="$(composer config cache-files-dir)"" >> $GITHUB_OUTPUT
4646

4747
- name: Cache dependencies
4848
uses: actions/cache@v3
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
matrix:
6767
php: ['8.1']
68-
symfony: ['6.1', '6.2']
68+
symfony: ['6.1', '6.2', '6.3']
6969

7070
steps:
7171
- uses: FranzDiebold/github-env-vars-action@v2

0 commit comments

Comments
 (0)