Skip to content

Commit 05bb47f

Browse files
committed
Add PHP 8.4 to CI runs
1 parent 92f93fa commit 05bb47f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
php-versions: ['8.3', '8.2', '8.1']
13+
php-versions: ['8.4', '8.3', '8.2', '8.1']
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717

1818
- uses: shivammathur/setup-php@v2
1919
with:

0 commit comments

Comments
 (0)