Skip to content

Commit a6dc147

Browse files
Merge pull request #627 from Chris53897/feature/improve-ci
chore: improve ci (fix deprecation, add php 8.2 smyfony 6.2 run)
2 parents 7352725 + 327636e commit a6dc147

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
- php-version: 8.0
2727
symfony-version: "^4.4"
2828
- php-version: 8.1
29-
symfony-version: "^6.0"
29+
symfony-version: "^6.2"
30+
- php-version: 8.2
31+
symfony-version: "^6.2"
3032

3133
steps:
3234
- name: Checkout
@@ -39,7 +41,7 @@ jobs:
3941

4042
- name: Get composer cache directory
4143
id: composercache
42-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
44+
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4345

4446
- name: Cache composer dependencies
4547
uses: actions/cache@v3

0 commit comments

Comments
 (0)