Skip to content

Commit

Permalink
Upgrade php to 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Uladzimir Sadkou committed Jul 28, 2024
1 parent 61e2135 commit 7c591bc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .docker/roadrunner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG RR_VERSION=2023.3.10
ARG RR_VERSION=2024.2.0
ARG RR_IMAGE=ghcr.io/roadrunner-server/roadrunner:${RR_VERSION}

FROM ${RR_IMAGE} as rr
FROM gaintvlad/lara_shop_roadrunner:latest
FROM gaintvlad/lara_shop_roadrunner:8.3-2024.2

ARG XDEBUG_VERSION=3.2.1
ARG WWWUSER=1000
Expand Down
4 changes: 3 additions & 1 deletion .docker/roadrunner/docker-build.me
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
docker build -f DockerfileSource --build-arg RR_VERSION=2023.3.10 --build-arg PHP_IMAGE_VERSION=8.2-cli-alpine -t lara_shop_roadrunner .
docker build -f DockerfileSource --build-arg RR_VERSION=2024.2.0 --build-arg PHP_IMAGE_VERSION=8.3-cli-alpine -t lara_shop_roadrunner .

docker image tag lara_shop_roadrunner gaintvlad/lara_shop_roadrunner:latest

docker image tag lara_shop_roadrunner gaintvlad/lara_shop_roadrunner:8.3-2024.2

docker image push gaintvlad/lara_shop_roadrunner:latest
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
composer-validate:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
name: "Composer Validate"
steps:
- name: 'Checkout Code'
Expand All @@ -24,7 +24,7 @@ jobs:

composer-install:
needs: composer-validate
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
name: "Composer Install"
steps:
- name: 'Checkout Code'
Expand All @@ -33,7 +33,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
ini-values: memory_limit=-1
coverage: none
tools: composer:v2
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
ini-values: memory_limit=-1
coverage: none
tools: composer:v2
Expand All @@ -105,7 +105,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
ini-values: memory_limit=-1
coverage: none
tools: composer:v2
Expand Down

0 comments on commit 7c591bc

Please sign in to comment.