Skip to content

Commit 75f210d

Browse files
committed
Run 8.0 tests on Ubuntu 20.04
1 parent 8f89bf2 commit 75f210d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ on:
88

99
jobs:
1010
tests:
11-
runs-on: ubuntu-latest
12-
1311
strategy:
1412
fail-fast: false
1513
matrix:
16-
php: [8.0, 8.1, 8.2]
14+
php: [8.1, 8.2]
15+
os: [ubuntu-22.04]
1716
stability: [prefer-lowest, prefer-stable]
17+
include:
18+
- os: ubuntu-20.04
19+
php: 8.0
20+
21+
runs-on: ${{ matrix.os }}
1822

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

0 commit comments

Comments
 (0)