Skip to content

Commit 2c4f107

Browse files
Update tests workflow for GitHub Actions
1 parent 69a1ebe commit 2c4f107

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Tests
22
on: [push, pull_request]
3+
34
jobs:
45
build:
56
strategy:
@@ -12,7 +13,8 @@ jobs:
1213
- php: "8.0"
1314
coverage: "false"
1415
composer-flags: "--ignore-platform-req=php"
15-
runs-on: ${{ matrix.os }}
16+
runs-on: ubuntu-latest
17+
1618
steps:
1719
- name: Checkout
1820
uses: actions/checkout@v2

0 commit comments

Comments
 (0)