We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54671b commit 582071aCopy full SHA for 582071a
.github/workflows/phpci.yml
@@ -14,18 +14,18 @@ jobs:
14
15
strategy:
16
matrix:
17
- php-versions: ['8.1']
+ php-versions: ['8.4']
18
19
steps:
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
21
22
- name: Set up PHP ${{ matrix.php-versions }}
23
uses: shivammathur/setup-php@v2
24
with:
25
php-version: ${{ matrix.php-versions }}
26
27
- name: PHP Security Checker
28
- uses: StephaneBour/actions-php-security-checker@1.1
+ uses: StephaneBour/actions-php-security-checker@1.2
29
30
- name: Setup project
31
run: make setup
@@ -36,7 +36,7 @@ jobs:
36
if: ${{ github.event_name == 'push' }}
37
38
39
+ - uses: actions/checkout@v5
40
41
- uses: docker/setup-buildx-action@v1
42
0 commit comments