Skip to content

Commit

Permalink
Merge pull request #3451 from insiders/php
Browse files Browse the repository at this point in the history
[CI] Add PHP 8.3 to CI
  • Loading branch information
acrobat authored Oct 13, 2024
2 parents d85308a + bccdf06 commit 6542e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1', '8.2']
php: ['8.1', '8.2', '8.3']
deps: ['stable']
symfony: [''] # Don't lock to a specific symfony version by default
include:
Expand All @@ -24,7 +24,7 @@ jobs:

# Test latest php with LTS versions.
- deps: 'lts'
php: '8.2'
php: '8.3'
symfony: '^6.4'

steps:
Expand Down

0 comments on commit 6542e9f

Please sign in to comment.