Skip to content

Commit 58608b8

Browse files
committed
Update PHP version to 8.2
1 parent 02b18e2 commit 58608b8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
2626
# All supported versions of PHP and next stable when it's in RC
27-
php-versions: ['8.1', '8.2', '8.3', '8.4', '8.5']
27+
php-versions: ['8.2', '8.3', '8.4', '8.5']
2828
steps:
2929
- name: Force linux line endings
3030
run: |

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "LAN Party Signup and Seating Manager",
55
"license": "MIT",
66
"require": {
7-
"php": "^8.4",
7+
"php": "^8.2",
88
"aws/aws-sdk-php": "^3.343",
99
"guzzlehttp/guzzle": "^7.9",
1010
"laravel/framework": "^12.13",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)