From 1c07de471f37cdbf825041c35ff6b22ceed2b421 Mon Sep 17 00:00:00 2001 From: Diogo Zarpelon Date: Thu, 15 Jun 2023 15:34:49 -0300 Subject: [PATCH] Fix name of php 8.1 in pick-php.yml --- recipes/pick-php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/pick-php.yml b/recipes/pick-php.yml index 64156331..714655dc 100644 --- a/recipes/pick-php.yml +++ b/recipes/pick-php.yml @@ -8,7 +8,7 @@ actions: - name: 'PHP 8.2' actions: - recipe: php-8.2 - - name: 'PHP 8.2' + - name: 'PHP 8.1' actions: - recipe: php-8.1 - name: 'PHP 8.0'