From 79cd50a871cad912fbe14fbf7eea44831e3da854 Mon Sep 17 00:00:00 2001 From: Terry Lin Date: Tue, 6 Jun 2023 15:59:41 +0800 Subject: [PATCH] Modify CI workflow configuration files. --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 0e96f66..2bd2e1e 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.operating-system }} strategy: matrix: - operating-system: [ubuntu-16.04] + operating-system: [ubuntu-latest] php-versions: ['7.3', '7.4', '8.1'] name: PHP ${{ matrix.php-versions }}