Skip to content

Commit

Permalink
Merge pull request #640 from Chris53897/feature/add-ci-testrun-php-8-3
Browse files Browse the repository at this point in the history
chore: add testruns for PHP 8.3
  • Loading branch information
alexislefebvre committed Feb 18, 2024
2 parents 5a46401 + 36f9788 commit e666088
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
strategy:
fail-fast: false
matrix:
# Symfony 6.3 requires PHP >= 8.0, it will be installed on PHP >= 8.0
# Symfony 6.4 requires PHP >= 8.0, it will be installed on PHP >= 8.0
# Symfony 7.0 requires PHP >= 8.2, it will be installed on PHP >= 8.2
php-version: ['8.1', '8.2']
php-version: ['8.1', '8.2', '8.3']
composer-flags: ['']
symfony-version: ['^6.4']
include:
Expand All @@ -27,6 +27,8 @@ jobs:
symfony-version: "^6.4"
- php-version: 8.2
symfony-version: "^7.0"
- php-version: 8.3
symfony-version: "^7.0"

steps:
- name: Checkout
Expand Down

0 comments on commit e666088

Please sign in to comment.