Skip to content

Commit

Permalink
Change ubuntu version to 20.04 LTS for CI
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar <[email protected]>
  • Loading branch information
SagarGi committed Nov 22, 2024
1 parent 0f75f59 commit d01ba80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/shared_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup PHP ${{ matrix.phpVersion }}
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.phpVersion }}
tools: composer, phpunit
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:

runs-on: ubuntu-20.04
container:
image: public.ecr.aws/ubuntu/ubuntu:latest
image: public.ecr.aws/lts/ubuntu:20.04

defaults:
run:
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
uses: papodaca/install-docker-action@main

- name: Setup PHP ${{ format('{0}.{1}', matrix.phpVersionMajor,matrix.phpVersionMinor) }}
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d
uses: shivammathur/setup-php@v2
with:
php-version: ${{ format('{0}.{1}', matrix.phpVersionMajor,matrix.phpVersionMinor) }}
tools: composer
Expand Down

0 comments on commit d01ba80

Please sign in to comment.