We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7352725 + 327636e commit a6dc147Copy full SHA for a6dc147
.github/workflows/tests.yml
@@ -26,7 +26,9 @@ jobs:
26
- php-version: 8.0
27
symfony-version: "^4.4"
28
- php-version: 8.1
29
- symfony-version: "^6.0"
+ symfony-version: "^6.2"
30
+ - php-version: 8.2
31
32
33
steps:
34
- name: Checkout
@@ -39,7 +41,7 @@ jobs:
39
41
40
42
- name: Get composer cache directory
43
id: composercache
- run: echo "::set-output name=dir::$(composer config cache-files-dir)"
44
+ run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
45
46
- name: Cache composer dependencies
47
uses: actions/cache@v3
0 commit comments