Skip to content

Commit

Permalink
Add PHP 8.3 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny van Wijk committed Oct 11, 2024
1 parent 30e1afc commit 47bc6de
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .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 @@ -27,6 +27,11 @@ jobs:
php: '8.2'
symfony: '^6.4'

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

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 47bc6de

Please sign in to comment.