Skip to content

Commit

Permalink
Update PHP versions in CI
Browse files Browse the repository at this point in the history
Closes #1785
  • Loading branch information
ostrolucky committed Mar 24, 2024
1 parent f282cc3 commit dc6c94d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
dependencies:
- "highest"
stability:
Expand All @@ -46,22 +47,22 @@ jobs:
# Test last supported minor version
- symfony-require: "6.*"
dependencies: "highest"
php-version: "8.2"
php-version: "8.3"

# DBAL only without ORM
- php-version: "8.2"
- php-version: "8.3"
dependencies: "highest"
stability: "stable"
remove-orm: true

# DBAL 4
- php-version: "8.2"
- php-version: "8.3"
dependencies: "highest"
stability: "dev"
remove-orm: true

# Bleeding edge
- php-version: "8.2"
- php-version: "8.3"
dependencies: "highest"
stability: "dev"

Expand Down

0 comments on commit dc6c94d

Please sign in to comment.