Skip to content

Commit

Permalink
Add tests for PHP 8.2 and PHP 8.3 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Nov 29, 2023
1 parent 1752f6b commit e2b4b3b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,20 @@ jobs:
env:
SYMFONY_DEPRECATIONS_HELPER: weak

# highest dependencies php 8.2
- php-version: '8.2'
composer-flags: '--prefer-stable --prefer-dist'
lint: false
env:
SYMFONY_DEPRECATIONS_HELPER: weak

# highest dependencies php 8.3
- php-version: '8.3'
composer-flags: '--prefer-stable --prefer-dist'
lint: false
env:
SYMFONY_DEPRECATIONS_HELPER: weak

steps:
- name: Checkout project
uses: actions/checkout@v2
Expand Down

0 comments on commit e2b4b3b

Please sign in to comment.