We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd44209 commit 422e986Copy full SHA for 422e986
1 file changed
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- os: [macos-latest]
+ os: [macos-latest, macos-13]
12
php: [8.1, 8.2, 8.3, 8.4]
13
14
name: Tests P${{ matrix.php }} - ${{ matrix.os }}
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Cache dependencies
22
- uses: actions/cache@v1
+ uses: actions/cache@v4
23
with:
24
path: ~/.composer/cache/files
25
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
0 commit comments