Skip to content

Commit

Permalink
feat: MacOS ARM and PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Oct 9, 2023
1 parent 77da0fa commit 99b6d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ["8.1"]
arch: ["x86_64"]
php-version: ["8.1", "8.2"]
arch: ["x86_64", "arm64"]
max-parallel: 4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 99b6d61

Please sign in to comment.