Skip to content

Commit 29e43cc

Browse files
committed
build: update github actions to add PHP 8.3
1 parent 6c7243d commit 29e43cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
strategy:
1515
fail-fast: true
1616
matrix:
17-
php: [7.4, '8.0', 8.1, 8.2]
17+
php: [7.4, '8.0', 8.1, 8.2, 8.3]
1818

1919
steps:
2020
- name: Checkout Code
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Setup PHP
2424
uses: shivammathur/setup-php@v2
@@ -30,7 +30,7 @@ jobs:
3030
ini-values: error_reporting=E_ALL
3131

3232
- name: Install dependencies
33-
uses: nick-fields/retry@v2
33+
uses: nick-fields/retry@v3
3434
with:
3535
timeout_minutes: 5
3636
max_attempts: 5

0 commit comments

Comments
 (0)