Skip to content

Commit

Permalink
Merge pull request #335 from tighten/tm/fix-workflows
Browse files Browse the repository at this point in the history
Tweaks workflows config
  • Loading branch information
tonysm committed May 3, 2024
2 parents 4267283 + 626108c commit af2abb3
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,11 @@ jobs:
tests:
strategy:
matrix:
os: [Ubuntu, Windows, macOS]
php: [8.0, 8.1]
# php: [7.2, 7.3, 7.4, 8.0]

include:
- os: Ubuntu
os-version: ubuntu-latest

- os: Windows
os-version: windows-latest

- os: macOS
os-version: macos-latest

- os: macOS-11
os-version: macos-11.0
php: 8.0

- os: macOS-11
os-version: macos-11.0
php: 8.1

os: [ubuntu-latest, windows-latest, macos-latest]
php: [8.1, 8.2, 8.3]
name: ${{ matrix.os }} - PHP ${{ matrix.php }}

runs-on: ${{ matrix.os-version }}
runs-on: ${{ matrix.os }}

steps:
- name: Checkout code
Expand Down

0 comments on commit af2abb3

Please sign in to comment.