From 18fcb5b93a5893976c67855dbae35e9afe45fa04 Mon Sep 17 00:00:00 2001 From: Dan Pock Date: Thu, 29 Jul 2021 13:33:00 -0400 Subject: [PATCH] feat: test nighly php version too this enables tests for php 8.1 too --- .github/workflows/continuous-integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index c8ccac2..73f49b1 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -109,6 +109,7 @@ jobs: php-version: - "7.4" - "8.0" + - "8.1" operating-system: - "macos-latest" - "ubuntu-latest"