Skip to content

Commit

Permalink
Make PHP 8.3 the default version in tests (#1643)
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse committed Jan 10, 2024
1 parent 278e6f2 commit 8a1f9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install PHP with extensions
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
tools: composer:v2

- name: Install roave/backward-compatibility-check
Expand Down

0 comments on commit 8a1f9f6

Please sign in to comment.