Skip to content

Commit c4ab0cf

Browse files
authored
chore: add testrun for PHP 8.3, symfony 7.0 (#52)
1 parent d553202 commit c4ab0cf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,17 @@ jobs:
2222
- php: '8.2'
2323
symfony-version: 5.4
2424
- php: '8.2'
25-
symfony-version: 6.2
25+
symfony-version: 6.4
26+
- php: '8.3'
27+
symfony-version: 7.0
2628

2729
name: PHP ${{ matrix.php }} - ${{ matrix.stability }} tests
2830
steps:
2931
# basically git clone
30-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3133

3234
- name: Cache dependencies
33-
uses: actions/cache@v3
35+
uses: actions/cache@v4
3436
with:
3537
path: ~/.composer/cache/files
3638
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)