Skip to content

Commit

Permalink
imp(ci): add Windows and MacOS to test job
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed May 17, 2024
1 parent cda3b00 commit a2c49ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ jobs:
- PHP_VERSION: '8.3'
SYMFONY_VERSION: '7.0'

# Highest supported PHP version with the latest Symfony version, on Windows and macOS
- PHP_VERSION: '8.3'
SYMFONY_VERSION: '7.0'
OS: windows-latest
- PHP_VERSION: '8.3'
SYMFONY_VERSION: '7.0'
OS: macos-14

# Latest 7.x development releases
- PHP_VERSION: '8.1'
SYMFONY_VERSION: '7.*'
Expand Down

0 comments on commit a2c49ac

Please sign in to comment.