Skip to content

Commit

Permalink
Use PHP 8.3 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark authored Nov 30, 2023
1 parent 507d932 commit 36d5538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-alpine
FROM php:8.3-alpine

LABEL "com.github.actions.name"="OSKAR-PHP-CS-Fixer"
LABEL "com.github.actions.description"="check php files"
Expand Down
2 changes: 1 addition & 1 deletion examples/.github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
Expand Down

0 comments on commit 36d5538

Please sign in to comment.