Skip to content

Commit

Permalink
run pinned version and latest version
Browse files Browse the repository at this point in the history
running pinned version per
#598 (comment)
whilst also running against latest version as heads up for any potential
issues
  • Loading branch information
bapcltd-marv authored and Sebastian Krätzig committed Dec 13, 2021
1 parent 4fe76fb commit b0d2d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: ['ubuntu-latest']
operating-system: ['ubuntu-latest', 'ubuntu-20.04']
php-versions: ['7.2.0', '7.2', '7.3', '7.4', '8.0', '8.0.6']

steps:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: ['ubuntu-latest']
operating-system: ['ubuntu-latest', 'ubuntu-20.04']
php-versions: ['7.2.0', '7.2', '7.3', '7.4', '8.0', '8.0.6']

steps:
Expand Down

0 comments on commit b0d2d9a

Please sign in to comment.