Skip to content

Commit

Permalink
Run 8.0 tests on Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Sephster committed Jun 6, 2023
1 parent 8f89bf2 commit 75f210d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ on:

jobs:
tests:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
php: [8.0, 8.1, 8.2]
php: [8.1, 8.2]
os: [ubuntu-22.04]
stability: [prefer-lowest, prefer-stable]
include:
- os: ubuntu-20.04
php: 8.0

runs-on: ${{ matrix.os }}

name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

Expand Down

0 comments on commit 75f210d

Please sign in to comment.