diff --git a/.github/workflows/build-php-images.yml b/.github/workflows/build-php-images.yml index 01efeb2..408f577 100644 --- a/.github/workflows/build-php-images.yml +++ b/.github/workflows/build-php-images.yml @@ -17,70 +17,70 @@ jobs: matrix: include: - image: php - tag: 8.4-fpm-4 + tag: 8.4-fpm-5 context: images/8.4-fpm - image: php - tag: 8.4-apache-4 + tag: 8.4-apache-5 context: images/8.4-apache - image: php - tag: 8.3-fpm-4 + tag: 8.3-fpm-5 context: images/8.3-fpm - image: php - tag: 8.3-apache-4 + tag: 8.3-apache-5 context: images/8.3-apache - image: php - tag: 8.2-fpm-4 + tag: 8.2-fpm-5 context: images/8.2-fpm - image: php - tag: 8.2-apache-4 + tag: 8.2-apache-5 context: images/8.2-apache - image: php - tag: 8.1-fpm-4 + tag: 8.1-fpm-5 context: images/8.1-fpm - image: php - tag: 8.1-apache-4 + tag: 8.1-apache-5 context: images/8.1-apache - image: php - tag: 8.0-fpm-4 + tag: 8.0-fpm-5 context: images/8.0-fpm - image: php - tag: 8.0-apache-4 + tag: 8.0-apache-5 context: images/8.0-apache - image: php - tag: 7.4-fpm-4 + tag: 7.4-fpm-5 context: images/7.4-fpm - image: php - tag: 7.4-apache-4 + tag: 7.4-apache-5 context: images/7.4-apache - image: php - tag: 7.3-fpm-4 + tag: 7.3-fpm-5 context: images/7.3-fpm - image: php - tag: 7.3-apache-4 + tag: 7.3-apache-5 context: images/7.3-apache - image: php - tag: 7.2-fpm-4 + tag: 7.2-fpm-5 context: images/7.2-fpm - image: php - tag: 7.2-apache-4 + tag: 7.2-apache-5 context: images/7.2-apache - image: php - tag: 7.1-fpm-4 + tag: 7.1-fpm-5 context: images/7.1-fpm - image: php - tag: 7.1-apache-4 + tag: 7.1-apache-5 context: images/7.1-apache - image: php - tag: 7.0-fpm-4 + tag: 7.0-fpm-5 context: images/7.0-fpm - image: php - tag: 7.0-apache-4 + tag: 7.0-apache-5 context: images/7.0-apache - image: php - tag: 5.6-fpm-4 + tag: 5.6-fpm-5 context: images/5.6-fpm - image: php - tag: 5.6-apache-4 + tag: 5.6-apache-5 context: images/5.6-apache steps: diff --git a/.github/workflows/pr-docs-tests.yml b/.github/workflows/pr-docs-tests.yml index ea07050..3537cb8 100644 --- a/.github/workflows/pr-docs-tests.yml +++ b/.github/workflows/pr-docs-tests.yml @@ -11,7 +11,7 @@ jobs: os: - ubuntu-24.04 node-version: - - '18' + - '20' steps: # Install deps and cache - name: Checkout code diff --git a/.github/workflows/pr-linter.yml b/.github/workflows/pr-linter.yml index dcad303..0c1f5a4 100644 --- a/.github/workflows/pr-linter.yml +++ b/.github/workflows/pr-linter.yml @@ -11,7 +11,7 @@ jobs: os: - ubuntu-24.04 node-version: - - '18' + - '20' steps: # Install deps and cache - name: Checkout code diff --git a/.github/workflows/pr-php-tests.yml b/.github/workflows/pr-php-tests.yml index 71a8b38..7f1cf97 100644 --- a/.github/workflows/pr-php-tests.yml +++ b/.github/workflows/pr-php-tests.yml @@ -32,7 +32,7 @@ jobs: os: - ubuntu-24.04 node-version: - - '18' + - '20' steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/pr-unit-tests.yml b/.github/workflows/pr-unit-tests.yml index 85024b5..ee1d337 100644 --- a/.github/workflows/pr-unit-tests.yml +++ b/.github/workflows/pr-unit-tests.yml @@ -13,7 +13,7 @@ jobs: - ubuntu-24.04 - macos-12 node-version: - - '18' + - '20' steps: # Install deps and cache - name: Checkout code