Skip to content

Commit

Permalink
Merge pull request #113 from rmcgirr83/master
Browse files Browse the repository at this point in the history
Fix tests file
  • Loading branch information
paul999 authored Sep 9, 2024
2 parents fc36bcd + 2bc5097 commit ef18aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
php-tests:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
include:
Expand All @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit ef18aa2

Please sign in to comment.