From 0702981475783014df71e26e869837695dc2b767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Slischka?= Date: Sat, 13 Jan 2024 22:51:22 +0100 Subject: [PATCH] Updated build --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 370c02f..a9962cf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: - php-version: [ '7.4' ] + php-version: [ '8.1', '8.2' ] operating-system: [ 'ubuntu-latest' ] fail-fast: false @@ -80,7 +80,7 @@ jobs: strategy: matrix: - php-version: [ '7.4' ] + php-version: [ '8.1', '8.2' ] operating-system: [ 'ubuntu-latest' ] fail-fast: false @@ -194,7 +194,7 @@ jobs: strategy: matrix: - php-version: [ '7.4' ] + php-version: [ '8.1', '8.2' ] operating-system: [ 'ubuntu-latest' ] fail-fast: false