Skip to content

Commit

Permalink
feat: Use PHP 8.1
Browse files Browse the repository at this point in the history
Use PHP 8.2
  • Loading branch information
erkenes committed Apr 24, 2024
1 parent c7c1ff2 commit 2b003f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PHP_CS_FIXER_VERSION
ARG PHP_VERSION=8.3
ARG PHP_VERSION=8.1

FROM ghcr.io/php-cs-fixer/php-cs-fixer:${PHP_CS_FIXER_VERSION}-php${PHP_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
```bash
docker build \
--build-arg "PHP_VERSION=8.3" \
--build-arg "PHP_VERSION=8.1" \
--build-arg "PHP_CS_FIXER_VERSION=3.54.0" \
--tag "erkenes/php-cs-fixer-action:local" \
.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ author: 'Enes Erk <[email protected]>'
runs:
using: 'docker'
# x-release-please-start-version
image: 'docker://ghcr.io/erkenes/php-cs-fixer-action:php8.3-0.0.0'
image: 'docker://ghcr.io/erkenes/php-cs-fixer-action:php8.1-0.0.0'
# x-release-please-end

branding:
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": {
".": {
"component": "php8.3",
"component": "php8.1",
"include-component-in-tag": true,
"release-type": "simple",
"include-v-in-tag": false,
Expand Down

0 comments on commit 2b003f8

Please sign in to comment.