Skip to content

Commit 422e986

Browse files
test: Add new OS to test matrix: Intel Mac
1 parent fd44209 commit 422e986

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: [macos-latest]
11+
os: [macos-latest, macos-13]
1212
php: [8.1, 8.2, 8.3, 8.4]
1313

1414
name: Tests P${{ matrix.php }} - ${{ matrix.os }}
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Cache dependencies
22-
uses: actions/cache@v1
22+
uses: actions/cache@v4
2323
with:
2424
path: ~/.composer/cache/files
2525
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)