Skip to content

Commit 04ab43c

Browse files
committed
Use ubuntu18.04
1 parent 1f01c58 commit 04ab43c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ on:
88

99
jobs:
1010
tests:
11+
runs-on: ubuntu-18.04
1112

12-
runs-on: ubuntu-latest
1313
strategy:
1414
fail-fast: true
1515
matrix:
1616
php: [7.3, 7.4, 8.0]
1717
laravel: [^8.0]
1818

19-
name: P${{ matrix.php }} - L${{ matrix.laravel }}
19+
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2020

2121
steps:
2222
- name: Checkout code

0 commit comments

Comments
 (0)