Skip to content

Commit

Permalink
Limit action to a single version for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
bramp committed Mar 26, 2023
1 parent 1f9a29a commit e9b7457
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -25,8 +25,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
php-version: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
#os: [ubuntu-latest, macos-latest, windows-latest]
#php-version: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
os: [ubuntu-latest]
php-version: ['8.2']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e9b7457

Please sign in to comment.