Skip to content

Commit

Permalink
Attempt to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
canihavesomecoffee committed May 2, 2021
1 parent ff2e976 commit 36b202e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
php-versions: ['7.4', '8.0', '8.1']
experimental: [false, false, true]
operating-system: [ubuntu-latest]
php-versions: ['7.4', '8.0']
experimental: [false]
include:
- php-versions: '8.1'
operating-system: ubuntu-latest
experimental: true
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 36b202e

Please sign in to comment.