Skip to content

Commit 36d5538

Browse files
authored
Use PHP 8.3 (#105)
1 parent 507d932 commit 36d5538

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

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

33
LABEL "com.github.actions.name"="OSKAR-PHP-CS-Fixer"
44
LABEL "com.github.actions.description"="check php files"

examples/.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: PHP-CS-Fixer
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@master
8+
- uses: actions/checkout@v4
99
- name: PHP-CS-Fixer
1010
uses: docker://oskarstark/php-cs-fixer-ga
1111
with:

0 commit comments

Comments
 (0)