Skip to content

Commit

Permalink
ci bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeledy committed Nov 19, 2024
1 parent 14e686a commit 2598337
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/build-php-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-docs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os:
- ubuntu-24.04
node-version:
- '18'
- '20'
steps:
# Install deps and cache
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os:
- ubuntu-24.04
node-version:
- '18'
- '20'
steps:
# Install deps and cache
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
os:
- ubuntu-24.04
node-version:
- '18'
- '20'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- ubuntu-24.04
- macos-12
node-version:
- '18'
- '20'
steps:
# Install deps and cache
- name: Checkout code
Expand Down

0 comments on commit 2598337

Please sign in to comment.