Skip to content

Commit

Permalink
CD: build php8.2 image in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubc committed Mar 18, 2024
1 parent aaa0bbb commit 75361f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-versions: ['7.4', '8.0']
php-versions: ['8.0', '8.2']

services:
# https://docs.docker.com/samples/library/mysql/
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
path: ./var/log/test.log

- name: Upload coverage results to Coveralls
if: ${{ matrix.php-versions == '7.4' }}
if: ${{ matrix.php-versions == '8.0' }}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 75361f9

Please sign in to comment.