Skip to content

Commit f20cf3e

Browse files
authored
Test PHP 8.5, bump actions (#1034)
1 parent 0f67b52 commit f20cf3e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Fix PHP code style issues
1919
uses: aglipanci/laravel-pint-action@v2
2020
with:
2121
configPath: ".pint.json"
2222

2323
- name: Commit changes
24-
uses: stefanzweifel/git-auto-commit-action@v5
24+
uses: stefanzweifel/git-auto-commit-action@v6
2525
with:
2626
commit_message: Fix styling

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
env:
1515
COMPOSER_NO_INTERACTION: 1
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- name: Setup PHP
2020
uses: shivammathur/setup-php@v2

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php: [ 8.2, 8.3, 8.4 ]
20+
php: [ 8.2, 8.3, 8.4, 8.5 ]
2121
laravel: [ 11.*, 12.* ]
2222
include:
2323
- laravel: 12.*
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout code
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333

3434
- name: Setup PHP
3535
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)