Skip to content

Commit

Permalink
Merge pull request #627 from Chris53897/feature/improve-ci
Browse files Browse the repository at this point in the history
chore: improve ci (fix deprecation, add php 8.2 smyfony 6.2 run)
  • Loading branch information
alexislefebvre authored May 12, 2023
2 parents 7352725 + 327636e commit a6dc147
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
- php-version: 8.0
symfony-version: "^4.4"
- php-version: 8.1
symfony-version: "^6.0"
symfony-version: "^6.2"
- php-version: 8.2
symfony-version: "^6.2"

steps:
- name: Checkout
Expand All @@ -39,7 +41,7 @@ jobs:

- name: Get composer cache directory
id: composercache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- name: Cache composer dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit a6dc147

Please sign in to comment.