From 3e08015098f57cbd442c9579084acdbd02ef9bc2 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 10 Dec 2024 16:36:19 +1300 Subject: [PATCH] FIX Use PHP 8.3 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8b9ef2e..000e8dc 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ runs: - name: Install PHP uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1 with: - php-version: '8.1' + php-version: '8.3' tools: composer:v2 # This is shared between runs, not just jobs. It means the first time the repo runs the job it'll