Skip to content

Commit

Permalink
Tweaking action
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSteveKing committed Feb 18, 2021
1 parent 0803c00 commit 3496574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Expand Up @@ -8,15 +8,15 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-stable]
os: [ubuntu-latest]
php: [8.0]
dependency-version: [prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

steps:
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Cache dependencies
uses: actions/cache@v1
Expand Down

0 comments on commit 3496574

Please sign in to comment.