Skip to content

Commit

Permalink
self hosted runners & tests sequence for PHP-7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mysiar authored May 25, 2022
2 parents f26f759 + e001f9d commit 99ab91a
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,10 +10,10 @@ on:
- dev
jobs:
tests:
runs-on: [ubuntu-18.04]
runs-on: mysiar
strategy:
matrix:
php: ['7.2', '7.4', '8.0', '8.1']
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
steps:
- name: Setup PHP (PHP ${{ matrix.php }})
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 99ab91a

Please sign in to comment.