Skip to content

Commit

Permalink
CC-26541 meta files fix. (#2391)
Browse files Browse the repository at this point in the history
CC-26541 [cc] Delivery Types as a part of Service Point concept - SAPI - PART 1
  • Loading branch information
limeeugenia authored Aug 23, 2023
1 parent e5970af commit 0490431
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ on:
jobs:
validation:
name: Validation
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -33,10 +33,10 @@ jobs:

lowest:
name: Prefer Lowest
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 0490431

Please sign in to comment.