Skip to content

Commit 5a45dca

Browse files
committed
update testing to php 8.4 on github actions
1 parent b099ec9 commit 5a45dca

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
laravel: [ ^10.0, ^11.0 ]
33-
php: ['8.2', '8.3']
33+
php: ['8.3', '8.4']
3434
include:
3535
- laravel: ^10.0
3636
testbench: ^8.0

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ coverage.xml
1616
_ide_helper.php
1717
_ide_helper_models.php.php
1818
.phpunit.result.cache
19-
.phpunit.cache
19+
.phpunit.cache/*

buildDockerImages.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)