Skip to content

Commit

Permalink
BUGFIX: Fixed CI files according to Spryk's CI file version
Browse files Browse the repository at this point in the history
  • Loading branch information
pushokwhite committed Aug 21, 2023
1 parent 92fd54b commit a00aa95
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 a00aa95

Please sign in to comment.