Skip to content

Commit

Permalink
Add CI for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed May 16, 2024
1 parent dd6d54d commit 71a6034
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ jobs:
env:
SYMFONY_DEPRECATIONS_HELPER: weak

- php-version: '8.3'
coverage: false
dependency-versions: 'highest'
env:
SYMFONY_DEPRECATIONS_HELPER: weak

services:
mysql:
image: mysql:5.7
Expand Down

0 comments on commit 71a6034

Please sign in to comment.