Skip to content

Commit

Permalink
Merge pull request #37 from stof/ci
Browse files Browse the repository at this point in the history
Update the CI setup
  • Loading branch information
stof authored Jan 16, 2024
2 parents 7d7381d + 000097a commit 6ee648a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
coverage: none
php-version: '8.1'
php-version: '8.3'
- run: composer validate --strict --no-check-lock

tests:
Expand All @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
name_suffix: [ '' ]
composer_flags: [ '' ]
symfony_version: [ '' ]
Expand All @@ -40,6 +40,10 @@ jobs:
name_suffix: ' (Symfony 5)'
composer_flags: ''
symfony_version: '5.4.*'
- php: '8.2'
name_suffix: ' (Symfony 6)'
composer_flags: ''
symfony_version: '6.4.*'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6ee648a

Please sign in to comment.