Skip to content

Commit 5e9fc4e

Browse files
run on Github
1 parent bbddd74 commit 5e9fc4e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/phptest.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
name: Test
88

9-
runs-on: self-hosted
9+
runs-on: ubuntu-latest
1010

1111
strategy:
1212
matrix:
@@ -25,8 +25,6 @@ jobs:
2525
ini-values: memory_limit=-1,disable_functions="",pcov.exclude="~(vendor|tests|node_modules)~",pcov.directory="./"
2626
php-version: ${{ matrix.php-versions }}
2727
tools: composer:v2
28-
env:
29-
runner: self-hosted
3028

3129
- name: Composer Install
3230
run: composer install

0 commit comments

Comments
 (0)