Skip to content

Commit

Permalink
add macos-13 to ci test list
Browse files Browse the repository at this point in the history
  • Loading branch information
gordalina committed Jun 13, 2023
1 parent d05f937 commit 2b918e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ jobs:
strategy:
max-parallel: 15
matrix:
operating-system: [ubuntu-22.04, macos-11, macos-12]
operating-system: [ubuntu-22.04, macos-12, macos-13]
php-version: ["8.1", "8.2"]
allow-failure: [false]
include:
- php-version: 8.3
operating-system: ubuntu-22.04
allow-failure: true
- php-version: 8.3
operating-system: macos-11
operating-system: macos-12
allow-failure: true
- php-version: 8.3
operating-system: macos-12
operating-system: macos-13
allow-failure: true
name: Test PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }}
steps:
Expand Down

0 comments on commit 2b918e9

Please sign in to comment.