Skip to content

Commit

Permalink
Deprecate PHP 7.4 and 8.0. (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdorison authored Feb 14, 2024
1 parent 9050303 commit 32ee4fd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
service: ["php-apache-node", "php-nginx-fpm"]
php: [7.4, 8.0, 8.1, 8.2, 8.3]
exclude:
- service: php-nginx-fpm
php: 7.4
- service: php-nginx-fpm
php: 8.0
service:
- php-apache-node
- php-nginx-fpm
php:
- 8.1
- 8.2
- 8.3

steps:
- name: Checkout code
Expand Down

0 comments on commit 32ee4fd

Please sign in to comment.