mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
change to the ubuntu-18.04
This commit is contained in:
4
.github/workflows/php.yml
vendored
4
.github/workflows/php.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
run:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
matrix:
|
||||
php-versions: ['7.1', '7.2']
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
env:
|
||||
runner: self-hosted
|
||||
runner: ubuntu-18.04
|
||||
|
||||
- name: Validate composer.json and composer.lock
|
||||
run: composer validate
|
||||
|
||||
Reference in New Issue
Block a user