Skip to content

Commit

Permalink
Remove the rest of 7.3 references
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Mar 26, 2024
1 parent a3d89d0 commit 0040b61
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
packages: write
strategy:
matrix:
php: [ '8.1', '8.0', '7.4', '7.3' ]
php: [ '8.1', '8.0', '7.4' ]
wordpress: [ '6.2', '6.1', '6.0', '5.9', '5.8', '5.7.2', '5.6', '5.5.3' ]
include:
- php: '8.2'
Expand All @@ -35,12 +35,6 @@ jobs:
wordpress: '5.7.2'
- php: '8.0'
wordpress: '5.5.3'
- php: '7.3'
wordpress: '6.0'
- php: '7.3'
wordpress: '6.1'
- php: '7.3'
wordpress: '6.2'
# This is a temporary exclusion until a php74 image is released. See #2780
- php: '7.4'
wordpress: '6.2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graphiql-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup PHP w/ Composer & WP-CLI
uses: shivammathur/setup-php@v2
with:
php-version: 7.3
php-version: 7.4
extensions: mbstring, intl, bcmath, exif, gd, mysqli, opcache, zip, pdo_mysql
coverage: none
tools: composer, wp-cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graphiql-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup PHP w/ Composer & WP-CLI
uses: shivammathur/setup-php@v2
with:
php-version: 7.3
php-version: 7.4
extensions: mbstring, intl, bcmath, exif, gd, mysqli, opcache, zip, pdo_mysql
coverage: none
tools: composer, wp-cli
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/testing-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
wordpress: '5.9'
- php: '7.4'
wordpress: '6.1.1'
- php: '7.3'
- php: '7.4'
wordpress: '5.9'
- php: '7.3'
- php: '7.4'
wordpress: '5.8'
- php: '7.3'
- php: '7.4'
wordpress: '5.7'
- php: '7.3'
- php: '7.4'
wordpress: '5.6'

steps:
Expand Down

0 comments on commit 0040b61

Please sign in to comment.