Skip to content

Commit

Permalink
Update CI for PHP 8.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
CRC-Mismatch authored Oct 3, 2024
1 parent a9d3106 commit 1155648
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1']
php: ['8.0', '8.1', '8.2', '8.3']
composer-version: ['']
composer: ['']
phpunit: ['']
Expand All @@ -32,10 +32,10 @@ jobs:
include:

# Minimum supported dependencies with the latest and oldest PHP version
- php: 8.1
- php: 8.3
composer: --prefer-stable --prefer-lowest
deprecation: max[direct]=0
- php: 7.4
- php: 8.0
composer: --prefer-stable --prefer-lowest
deprecation: max[direct]=0

Expand All @@ -44,6 +44,10 @@ jobs:
symfony: '^5.0'
- php: 8.1
symfony: '^6.0'
- php: 8.2
symfony: '^6.0'
- php: 8.3
symfony: '^6.0'

# dev
- php: 8.1
Expand Down

0 comments on commit 1155648

Please sign in to comment.