mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-26 12:04:39 +01:00
Use self-hosted runners
This commit is contained in:
parent
c507cc1fc3
commit
8a7698dcf3
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
|
||||
jobs:
|
||||
tests_70:
|
||||
runs-on: "ubuntu-latest"
|
||||
runs-on: "self-hosted"
|
||||
name: "PHP 7.0 Unit Tests"
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
@ -22,7 +22,7 @@ jobs:
|
||||
- name: "Tests"
|
||||
run: "php vendor/bin/phpunit"
|
||||
tests:
|
||||
runs-on: "ubuntu-latest"
|
||||
runs-on: "self-hosted"
|
||||
name: "PHP ${{ matrix.php-version }} Unit Tests"
|
||||
strategy:
|
||||
matrix:
|
||||
@ -49,7 +49,7 @@ jobs:
|
||||
- name: "PHPUnit"
|
||||
run: "php vendor/bin/phpunit"
|
||||
test_old_73_80:
|
||||
runs-on: "ubuntu-latest"
|
||||
runs-on: "self-hosted"
|
||||
name: "PHP 7.3 Code on PHP 8.0 Integration Tests"
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
@ -64,7 +64,7 @@ jobs:
|
||||
- name: "Tests"
|
||||
run: "test_old/run-php-src.sh 7.3.21"
|
||||
test_old_80_70:
|
||||
runs-on: "ubuntu-latest"
|
||||
runs-on: "self-hosted"
|
||||
name: "PHP 8.0 Code on PHP 7.0 Integration Tests"
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
|
Loading…
Reference in New Issue
Block a user