Skip to content

Commit

Permalink
Remove macos-12 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nntoan authored Apr 19, 2024
1 parent 590c792 commit e196982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Build on Monterey and later Ventura (Not public released yet: https://github.com/actions/runner-images)
strategy:
matrix:
os: [macos-12, macos-14]
os: [macos-14]
# php: ['8.3', '8.2', '8.1', '8.0', '7.4', '7.3', '7.2', '7.1']
php: ['8.2']
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit e196982

Please sign in to comment.