Skip to content

Commit 6ee648a

Browse files
authored
Merge pull request #37 from stof/ci
Update the CI setup
2 parents 7d7381d + 000097a commit 6ee648a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: shivammathur/setup-php@v2
1414
with:
1515
coverage: none
16-
php-version: '8.1'
16+
php-version: '8.3'
1717
- run: composer validate --strict --no-check-lock
1818

1919
tests:
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
26+
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
2727
name_suffix: [ '' ]
2828
composer_flags: [ '' ]
2929
symfony_version: [ '' ]
@@ -40,6 +40,10 @@ jobs:
4040
name_suffix: ' (Symfony 5)'
4141
composer_flags: ''
4242
symfony_version: '5.4.*'
43+
- php: '8.2'
44+
name_suffix: ' (Symfony 6)'
45+
composer_flags: ''
46+
symfony_version: '6.4.*'
4347

4448
steps:
4549
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)