Skip to content

Commit

Permalink
Fix Github actions runners (#80)
Browse files Browse the repository at this point in the history
* Fix github actions runner image
  • Loading branch information
bennett-treptow authored Jan 6, 2024
1 parent 7a91445 commit b334164
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ on:

jobs:
build:

runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Setup nightly PHP
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
Expand All @@ -35,4 +34,4 @@ jobs:
# Docs: https://getcomposer.org/doc/articles/scripts.md

- name: Run test suite
run: composer run-script test
run: composer run test

0 comments on commit b334164

Please sign in to comment.