Skip to content

Commit

Permalink
CI: Bump tested PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrolucky committed Jul 30, 2023
1 parent 612b4cf commit 073b5d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
# Test last supported minor version
- symfony-require: "6.*"
dependencies: "highest"
php-version: "8.1"
php-version: "8.2"

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dev-stability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
php-version:
- "8.1"
- "8.2"
dependencies:
- "highest"
stability:
Expand Down

0 comments on commit 073b5d1

Please sign in to comment.