Skip to content

Commit

Permalink
[TASK] Switch static analysis for the CI jobs to PHP 8.3 (#1280)
Browse files Browse the repository at this point in the history
This brings free performance.
  • Loading branch information
oliverklee authored Aug 28, 2024
1 parent e0a18a2 commit d260f57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
matrix:
php-version:
- '8.2'
- '8.3'

steps:
- name: Checkout
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
strategy:
matrix:
php-version:
- '8.2'
- '8.3'

steps:
- name: Checkout
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- md
- stan
php-version:
- '8.2'
- '8.3'

steps:
- name: Checkout
Expand Down

0 comments on commit d260f57

Please sign in to comment.