Skip to content

Commit

Permalink
ci: run tests again php 8.4 and symfony 7.1/7.2 (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Georg <[email protected]>
  • Loading branch information
Chris53897 and Chris8934 authored Jun 10, 2024
1 parent 29e972d commit 4ac633e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
symfony-version: 7.0.*
stability: prefer-stable
- php: '8.4'
symfony-version: 7.0.*
symfony-version: 7.1.*
stability: prefer-stable

name: PHP ${{ matrix.php }} - ${{ matrix.symfony-version }} - ${{ matrix.stability }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests-upcoming-symfony.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
continue-on-error: true
strategy:
matrix:
symfony-version: ['7.1.x@dev']
symfony-version: ['7.2.x@dev']
steps:
- name: 'Checkout code'
uses: actions/checkout@v4

- name: 'Install PHP with extensions'
uses: shivammathur/setup-php@2.27.0
uses: shivammathur/setup-php@2.30.5
with:
coverage: none
php-version: '8.3'
php-version: '8.4'
tools: composer:v2
extensions: pcov, curl, libxml, pcntl, pdo
ini-values: date.timezone=UTC
Expand Down

0 comments on commit 4ac633e

Please sign in to comment.