Skip to content

Commit 11375f3

Browse files
committed
Bump CI, test with PHP 8.4
1 parent 7366e62 commit 11375f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ jobs:
2525
- '8.1'
2626
- '8.2'
2727
- '8.3'
28+
- '8.4'
2829

2930
steps:
3031
- name: Checkout
31-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3233

3334
- name: Setup PHP
3435
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)