Skip to content

Commit e200e31

Browse files
committed
[WiP] CI: test upcoming PHP 8.4 release
1 parent aa8bba4 commit e200e31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- php: '8.1'
1616
- php: '8.2'
1717
- php: '8.3'
18+
- php: '8.4'
1819

1920
steps:
2021
- name: Setup PHP
@@ -25,14 +26,14 @@ jobs:
2526
coverage: none
2627

2728
- name: Checkout code
28-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
2930

3031
- name: Install vips
3132
run: sudo apt install -y libvips --no-install-recommends
3233

3334
- name: Install composer dependencies
3435
run: |
35-
composer update --prefer-dist --no-interaction --no-progress --no-ansi
36+
composer update --prefer-dist --no-interaction --no-progress --no-ansi
3637
3738
- name: PHPUnit
3839
run: composer test

0 commit comments

Comments
 (0)