We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e9d40 commit 9ccb997Copy full SHA for 9ccb997
1 file changed
.github/workflows/tests.yml
@@ -9,19 +9,15 @@ on:
9
jobs:
10
test:
11
runs-on: ubuntu-latest
12
- strategy:
13
- matrix:
14
- php: ['8.4']
15
-
16
- name: PHP ${{ matrix.php }}
+ name: Tests
17
18
steps:
19
- uses: actions/checkout@v4
20
21
- name: Setup PHP
22
uses: shivammathur/setup-php@v2
23
with:
24
- php-version: ${{ matrix.php }}
+ php-version: '8.4'
25
coverage: none
26
27
- name: Cache Composer dependencies
0 commit comments