Skip to content

Commit

Permalink
Add PHP 8.3 to the CI matrix
Browse files Browse the repository at this point in the history
Also use 8.2 for the CS and static analysis tests.
  • Loading branch information
akrabat committed Nov 23, 2023
1 parent f8e9b27 commit c5df4e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -10,10 +10,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0, 8.1, 8.2]
php: [7.4, 8.0, 8.1, 8.2, 8.3]
experimental: [false]
include:
- php: 8.1
- php: 8.2
analysis: true

steps:
Expand Down

0 comments on commit c5df4e7

Please sign in to comment.