Skip to content

Commit b173a07

Browse files
authored
CI: run PHP 8.4 (#27)
1 parent dbe9db3 commit b173a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php-version: [ '8.0', '8.1', '8.2', '8.3' ]
14+
php-version: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
1515
steps:
1616
-
1717
name: Checkout code
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919
-
2020
name: Setup PHP
2121
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)