Skip to content

Commit

Permalink
fix: build os version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wu Yun committed May 11, 2024
1 parent 6342c29 commit 55260c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:

# Only ubuntu 16.04 has 5.6 and 7.0 preinstalled
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
strategy:
max-parallel: 1
matrix:
Expand All @@ -25,13 +25,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup PHP Action
uses: shivammathur/[email protected]
with:
php-version: ${{ matrix.php-versions }}
coverage: xdebug

- name: Validate composer.json and composer.lock
run: composer validate --no-check-lock
- name: Get composer cache directory
Expand Down

0 comments on commit 55260c2

Please sign in to comment.