Skip to content

Commit

Permalink
ci: added PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
COil committed Aug 8, 2023
1 parent 07078ef commit 4c87f1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@ env:
jobs:
# run tests (critical)
symfony-tests:
strategy:
fail-fast: true
matrix:
php-versions: ['8.1', '8.2']
runs-on: ubuntu-latest
# Setup
steps:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: ${{ matrix.php-versions }}
coverage: xdebug
#tools: castor
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4c87f1a

Please sign in to comment.