Skip to content

Commit

Permalink
Fix php notation
Browse files Browse the repository at this point in the history
  • Loading branch information
indykoning committed Mar 25, 2024
1 parent 43193df commit 60aa291
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/push-docker-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@ jobs:
matrix:
include:
# - ubuntu-version: 20.04
# php-version: php81-fpm
# php-version: 8.1
# node-version: 12
# - ubuntu-version: 20.04
# php-version: php81-fpm
# php-version: 8.1
# node-version: 20
- ubuntu-version: 20.04
php-version: php82-fpm
php-version: 8.2
node-version: 12
# - ubuntu-version: 20.04
# php-version: php82-fpm
# php-version: 8.2
# node-version: 20
# - ubuntu-version: 20.04
# php-version: php83-fpm
# php-version: 8.3
# node-version: 12
# - ubuntu-version: 20.04
# php-version: php83-fpm
# php-version: 8.3
# node-version: 20

steps:
Expand Down

0 comments on commit 60aa291

Please sign in to comment.