Skip to content

Commit 83d3f85

Browse files
authored
Merge pull request #93 from worksome/feature/php-8.4
chore(deps): update to require PHP 8.4
2 parents ae89e95 + dd520ad commit 83d3f85

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup PHP
2020
uses: shivammathur/setup-php@v2
2121
with:
22-
php-version: 8.3
22+
php-version: 8.4
2323
coverage: none
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: 8.3
19+
php-version: 8.4
2020
coverage: none
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Worksomes coding style",
44
"type": "composer-plugin",
55
"require": {
6-
"php": "^8.2",
6+
"php": "^8.4",
77
"composer-plugin-api": "^2.0",
88
"canvural/larastan-strict-rules": "^3.0",
99
"larastan/larastan": "^3.1",

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.2-cli-alpine
1+
FROM php:8.4-cli-alpine
22

33
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
44

0 commit comments

Comments
 (0)