Skip to content

Commit 84746a9

Browse files
committed
Update PHP versions in workflow configurations for compatibility
1 parent 886e6b7 commit 84746a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compatibility-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: [ubuntu-latest]
19-
php: [8.2, 8.3]
19+
php: [8.3, 8.4]
2020
laravel: [9.*, 10.*, 11.*]
2121

2222
name: PHP ${{ matrix.php }} on ${{ matrix.os }} - Laravel ${{ matrix.laravel }}

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: [ubuntu-latest]
19-
php: [8.2, 8.3, 8.4]
19+
php: [8.3, 8.4]
2020
laravel: [9.*, 10.*, 11.*]
2121
stability: [prefer-stable]
2222

0 commit comments

Comments
 (0)