Skip to content

Commit

Permalink
[TASK] Switch the code style checks on CI to PHP 8.3
Browse files Browse the repository at this point in the history
There is no such thing as a free lunch, but at least there's
a free performance gain here.
  • Loading branch information
oliverklee committed Feb 15, 2024
1 parent 38dbec4 commit 8bc61a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
php: ["8.1"]
php: ["8.3"]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 8bc61a6

Please sign in to comment.