Skip to content

Commit 6017cc9

Browse files
authored
Run PHP 8.4 in CI (#329)
1 parent 2e67401 commit 6017cc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php-version: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
15+
php-version: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
1616
steps:
1717
-
1818
name: Checkout code
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020
-
2121
name: Setup PHP
2222
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)