Skip to content

Commit 3f0a1af

Browse files
committed
build(deps): Update to PHP 8.4
1 parent d7a878f commit 3f0a1af

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
APPLICATION_ROOT: ${{ secrets.APPLICATION_ROOT }}
4141
RELEASE_DIRECTORY: ${{ secrets.APPLICATION_ROOT }}/releases/${{ env.COMMIT }}
4242
SHARED_DIRECTORY: ${{ secrets.APPLICATION_ROOT }}/shared
43-
PHP_PATH: /usr/bin/php8.3
43+
PHP_PATH: /usr/bin/php8.4
4444
VERSIONS_TO_KEEP: 5
4545

4646
#

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,9 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
php: [ '8.3' ]
23+
php: [ '8.4' ]
2424
composer: [ 'v2' ]
2525
experimental: [ false ]
26-
include:
27-
- php: '8.4'
28-
experimental: true
2926
services:
3027
mysql:
3128
image: mysql:8.0

0 commit comments

Comments
 (0)